Cleaver Tetrahedral Meshing  2.2.1
Cleaving algorithm for high quality tetrahedral meshing
All Classes Pages
List of all members | Public Member Functions | Protected Attributes
cleaver::AbstractScalarField Class Referenceabstract
+ Inheritance diagram for cleaver::AbstractScalarField:
+ Collaboration diagram for cleaver::AbstractScalarField:

Public Member Functions

virtual double valueAt (double x, double y, double z) const =0
 
virtual double operator() (double x, double y, double z) const
 
virtual double valueAt (const vec3 &x) const
 
virtual BoundingBox bounds () const =0
 
void setName (const std::string &name)
 
std::string name () const
 
- Public Member Functions inherited from cleaver::AbstractField< double >
void setName (const std::string &name)
 
std::string name () const
 

Protected Attributes

std::string m_name
 
- Protected Attributes inherited from cleaver::AbstractField< double >
std::string m_name
 

Detailed Description

Definition at line 10 of file AbstractScalarField.h.


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