![]() |
Cleaver Tetrahedral Meshing
2.2.1
Cleaving algorithm for high quality tetrahedral meshing
|
Public Member Functions | |
SphereVaryingField (const SphereField *field) | |
virtual double | valueAt (double x, double y, double z) const |
virtual double | valueAt (const cleaver::vec3 &x) const |
virtual cleaver::BoundingBox | bounds () const |
![]() | |
ScalarField (T *data=0, int w=0, int h=0, int d=0) | |
void | setData (T *data) |
T * | data () const |
T & | data (int i, int j, int k) const |
void | setCenterType (CenteringType center) |
CenteringType | getCenterType () const |
void | setBounds (const BoundingBox &bounds) |
BoundingBox | dataBounds () const |
void | setScale (const vec3 &scale) |
const vec3 & | scale () const |
![]() | |
virtual double | operator() (double x, double y, double z) const |
void | setName (const std::string &name) |
std::string | name () const |
![]() | |
void | setName (const std::string &name) |
std::string | name () const |
Additional Inherited Members | |
![]() | |
std::string | m_name |
![]() | |
std::string | m_name |
Definition at line 7 of file SphereVaryingField.h.