GFMGeomBase< DataType, dim > Class Template Reference
Geometric operations for list of points needed for level set methods.
More...
#include <GFMGeom.h>
List of all members.
Public Types |
typedef GridData< DataType, dim > | grid_data_type |
typedef Vector< DataType, dim > | point_type |
Public Member Functions |
virtual | ~GFMGeomBase () |
virtual void | CellNormals (GridHierarchy &GH, grid_data_type &gdphi, const int &nc, const int *idx, point_type *normals)=0 |
virtual void | CellDistances (GridHierarchy &GH, grid_data_type &gdphi, const int &nc, const int *idx, DataType *distance)=0 |
Detailed Description
template<class DataType, int dim>
class GFMGeomBase< DataType, dim >
Geometric operations for list of points needed for level set methods.
- Author:
- Ralf Deiterding
- Version:
- 1.0
- Date:
- Jul-2004
Member Typedef Documentation
template<class DataType, int dim>
template<class DataType, int dim>
Constructor & Destructor Documentation
template<class DataType, int dim>
Member Function Documentation
template<class DataType, int dim>
template<class DataType, int dim>
The documentation for this class was generated from the following file: