LegacyMeshGenerator
Public Functions
| Name | |
|---|---|
| LegacyMeshGenerator() | |
| ~LegacyMeshGenerator() | |
| void | setNeighborhoodSize(int size) |
| void | setSampleSpacing(double spacing) |
| void | setUsePowerCrust(bool enabled) |
| void | setSmoothingAmount(float amount) |
| vtkSmartPointer< vtkPolyData > | buildMesh(const Eigen::VectorXd & shape) |
Public Functions Documentation
function LegacyMeshGenerator
cpp
LegacyMeshGenerator()
function ~LegacyMeshGenerator
cpp
~LegacyMeshGenerator()
function setNeighborhoodSize
cpp
void setNeighborhoodSize(
int size
)
function setSampleSpacing
cpp
void setSampleSpacing(
double spacing
)
function setUsePowerCrust
cpp
void setUsePowerCrust(
bool enabled
)
function setSmoothingAmount
cpp
void setSmoothingAmount(
float amount
)
function buildMesh
cpp
vtkSmartPointer< vtkPolyData > buildMesh(
const Eigen::VectorXd & shape
)
Updated on 2026-03-31 at 16:02:10 +0000