#include <mitkMeshUtil.h>
Static Public Member Functions | |
static vtkFloatingPointType | GetPointScalar (typename MeshType::PointDataContainer *, typename MeshType::PointIdentifier, MeshType *=NULL, unsigned int=0) |
static vtkFloatingPointType | GetCellScalar (typename MeshType::CellDataContainer *, typename MeshType::CellIdentifier, MeshType *=NULL, unsigned int=0) |
Definition at line 55 of file mitkMeshUtil.h.
static vtkFloatingPointType NullScalarAccessor< MeshType >::GetCellScalar | ( | typename MeshType::CellDataContainer * | , |
typename MeshType::CellIdentifier | , | ||
MeshType * | = NULL , |
||
unsigned | int = 0 |
||
) | [inline, static] |
Definition at line 63 of file mitkMeshUtil.h.
{
return (vtkFloatingPointType) 0.0;
};
static vtkFloatingPointType NullScalarAccessor< MeshType >::GetPointScalar | ( | typename MeshType::PointDataContainer * | , |
typename MeshType::PointIdentifier | , | ||
MeshType * | = NULL , |
||
unsigned int | = 0 |
||
) | [inline, static] |
Reimplemented in MeanCurvatureAccessor< MeshType >, and SimplexMeshAccessor< MeshType >.
Definition at line 58 of file mitkMeshUtil.h.
{
return (vtkFloatingPointType) 0.0;
};