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 vnl_vector< double > & shape) | 
Public Functions Documentation
function LegacyMeshGenerator
LegacyMeshGenerator()
function ~LegacyMeshGenerator
~LegacyMeshGenerator()
function setNeighborhoodSize
void setNeighborhoodSize(
    int size
)
function setSampleSpacing
void setSampleSpacing(
    double spacing
)
function setUsePowerCrust
void setUsePowerCrust(
    bool enabled
)
function setSmoothingAmount
void setSmoothingAmount(
    float amount
)
function buildMesh
vtkSmartPointer< vtkPolyData > buildMesh(
    const vnl_vector< double > & shape
)
Updated on 2022-03-31 at 09:51:19 -0600