![]() |
Cleaver Tetrahedral Meshing
2.2.1
Cleaving algorithm for high quality tetrahedral meshing
|
Public Member Functions | |
VoxelMesh (bool verbose=false) | |
VoxelMesh & | operator= (const VoxelMesh &mesh) |
void | init (int l, int m, int n) |
ScalarField< float > * | convertToFloatField (float factor, const cleaver::vec3 &padding, const cleaver::vec3 &offset) |
Public Attributes | |
std::vector< std::vector< std::vector< bool > > > | known |
std::vector< std::vector< std::vector< double > > > | dist |
Definition at line 67 of file SizingFieldCreator.h.