Static Public Member Functions

MeanCurvatureAccessor< MeshType > Class Template Reference

#include <mitkMeshUtil.h>

Inheritance diagram for MeanCurvatureAccessor< MeshType >:
Inheritance graph
[legend]
Collaboration diagram for MeanCurvatureAccessor< MeshType >:
Collaboration graph
[legend]

List of all members.

Static Public Member Functions

static vtkFloatingPointType GetPointScalar (typename MeshType::PointDataContainer *, typename MeshType::PointIdentifier idx, MeshType *mesh, unsigned int=0)

Detailed Description

template<typename MeshType>
class MeanCurvatureAccessor< MeshType >

Definition at line 85 of file mitkMeshUtil.h.


Member Function Documentation

template<typename MeshType >
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;
  };

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines