Reen::MarchingCubesHoppe Class Reference
#include <SurfaceTriangulation.h>
Public Member Functions | |
MarchingCubesHoppe (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
◆ MarchingCubesHoppe()
Reen::MarchingCubesHoppe::MarchingCubesHoppe | ( | const Points::PointKernel & | , |
Mesh::MeshObject & | |||
) |
Member Function Documentation
◆ perform() [1/2]
void Reen::MarchingCubesHoppe::perform | ( | const std::vector< Base::Vector3f > & | normals | ) |
Pass the normals to the points given in the constructor.
- Parameters
-
[in] normals the normals to the given points.
◆ perform() [2/2]
void Reen::MarchingCubesHoppe::perform | ( | int | ksearch = 5 | ) |
Set the number of k nearest neighbors to use for the normal estimation.
- Parameters
-
[in] k the number of k-nearest neighbors
The documentation for this class was generated from the following file:
- src/Mod/ReverseEngineering/App/SurfaceTriangulation.h