Static Public Member Functions

MeshScalarAccessor< MeshType > Class Template Reference

#include <mitkMeshUtil.h>

List of all members.

Static Public Member Functions

static vtkFloatingPointType GetPointScalar (typename MeshType::PointDataContainer *pointData, typename MeshType::PointIdentifier idx, MeshType *=NULL, unsigned int=0)
static vtkFloatingPointType GetCellScalar (typename MeshType::CellDataContainer *cellData, typename MeshType::CellIdentifier idx, MeshType *=NULL, unsigned int=0)

Detailed Description

template<typename MeshType>
class MeshScalarAccessor< MeshType >

Definition at line 70 of file mitkMeshUtil.h.


Member Function Documentation

template<typename MeshType >
static vtkFloatingPointType MeshScalarAccessor< MeshType >::GetCellScalar ( typename MeshType::CellDataContainer *  cellData,
typename MeshType::CellIdentifier  idx,
MeshType *  = NULL,
unsigned  int = 0 
) [inline, static]

Definition at line 78 of file mitkMeshUtil.h.

  {
    return (vtkFloatingPointType)cellData->GetElement(idx);
  };
template<typename MeshType >
static vtkFloatingPointType MeshScalarAccessor< MeshType >::GetPointScalar ( typename MeshType::PointDataContainer *  pointData,
typename MeshType::PointIdentifier  idx,
MeshType *  = NULL,
unsigned  int = 0 
) [inline, static]

Definition at line 73 of file mitkMeshUtil.h.

  {
    return (vtkFloatingPointType)pointData->GetElement(idx);
  };

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