mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-30 00:50:28 +08:00
Version 12.00:
Added functionality to fit a function to set of sample values (PointInterpolant) Added functionality to sample a function at prescribed locations (AdaptiveTreeVisualization)
This commit is contained in:
+3
-3
@@ -25,8 +25,8 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
|
||||
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
||||
DAMAGE.
|
||||
*/
|
||||
#ifndef __SPARSEMATRIX_HPP
|
||||
#define __SPARSEMATRIX_HPP
|
||||
#ifndef SPARSE_MATRIX_INCLUDED
|
||||
#define SPARSE_MATRIX_INCLUDED
|
||||
|
||||
#include "SparseMatrixInterface.h"
|
||||
#include "Array.h"
|
||||
@@ -151,4 +151,4 @@ public:
|
||||
};
|
||||
|
||||
#include "SparseMatrix.inl"
|
||||
#endif /* __SPARSEMATRIX_HPP */
|
||||
#endif // SPARSE_MATRIX_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user