Reen::MarchingCubesRBF Class Reference

#include <SurfaceTriangulation.h>

Public Member Functions

 MarchingCubesRBF (const Points::PointKernel &, Mesh::MeshObject &)
 
void perform (const std::vector< Base::Vector3f > &normals)
 Pass the normals to the points given in the constructor. More...
 
void perform (int ksearch=5)
 Set the number of k nearest neighbors to use for the normal estimation. More...
 

Constructor & Destructor Documentation

◆ MarchingCubesRBF()

Reen::MarchingCubesRBF::MarchingCubesRBF ( const Points::PointKernel ,
Mesh::MeshObject  
)

Member Function Documentation

◆ perform() [1/2]

void Reen::MarchingCubesRBF::perform ( const std::vector< Base::Vector3f > &  normals)

Pass the normals to the points given in the constructor.

Parameters
[in]normalsthe normals to the given points.

◆ perform() [2/2]

void Reen::MarchingCubesRBF::perform ( int  ksearch = 5)

Set the number of k nearest neighbors to use for the normal estimation.

Parameters
[in]kthe number of k-nearest neighbors

The documentation for this class was generated from the following file: