#include <mitkMeshUtil.h>


Static Public Member Functions | |
| static vtkFloatingPointType | GetPointScalar (typename MeshType::PointDataContainer *, typename MeshType::PointIdentifier idx, MeshType *mesh, unsigned int=0) |
Definition at line 85 of file mitkMeshUtil.h.
| static vtkFloatingPointType MeanCurvatureAccessor< MeshType >::GetPointScalar | ( | typename MeshType::PointDataContainer * | , |
| typename MeshType::PointIdentifier | idx, | ||
| MeshType * | mesh, | ||
| unsigned int | = 0 |
||
| ) | [inline, static] |
Reimplemented from NullScalarAccessor< MeshType >.
Definition at line 88 of file mitkMeshUtil.h.
{
typename MeshType::PixelType dis = 0;
mesh->GetPointData(idx, &dis);
return (vtkFloatingPointType) dis;
};
1.7.2