![]() |
Cleaver Tetrahedral Meshing
2.2.1
Cleaving algorithm for high quality tetrahedral meshing
|
Public Member Functions | |
SizingFieldCreator (const Volume *, float speed=1.0f, float sampleFactor=2.0f, float sizingFactor=1.0f, int padding=0, bool adaptiveSurface=true, bool verbose=false) | |
double | valueAt (double x, double y, double z) const |
double | operator() (double x, double y, double z) const |
double | valueAt (const vec3 &x) const |
ScalarField< float > * | getField () |
Static Public Member Functions | |
static ScalarField< float > * | createSizingFieldFromVolume (const Volume *volume, float speed=1.0f, float sampleFactor=2.0f, float sizingFactor=1.0f, int m_padding=0, bool featureSize=true, bool verbose=false) |
Definition at line 159 of file SizingFieldCreator.h.