Cleaver Tetrahedral Meshing  2.2.1
Cleaving algorithm for high quality tetrahedral meshing
All Classes Pages
List of all members | Public Member Functions | Static Public Member Functions
cleaver::SizingFieldCreator Class Reference

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)
 

Detailed Description

Definition at line 159 of file SizingFieldCreator.h.


The documentation for this class was generated from the following files: