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
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 Eigen::VectorXd & shape
)
Updated on 2024-03-17 at 12:58:44 -0600