Medical Imaging Interaction Toolkit  2018.4.99-389bf124
Medical Imaging Interaction Toolkit
MeshScalarAccessor< MeshType > Class Template Reference

#include <mitkMeshUtil.h>

Static Public Member Functions

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

Detailed Description

template<typename MeshType>
class MeshScalarAccessor< MeshType >

Definition at line 70 of file mitkMeshUtil.h.

Member Function Documentation

◆ GetCellScalar()

template<typename MeshType >
static double MeshScalarAccessor< MeshType >::GetCellScalar ( typename MeshType::CellDataContainer *  cellData,
typename MeshType::CellIdentifier  idx,
MeshType *  = nullptr,
unsigned  int = 0 
)
inlinestatic

Definition at line 81 of file mitkMeshUtil.h.

◆ GetPointScalar()

template<typename MeshType >
static double MeshScalarAccessor< MeshType >::GetPointScalar ( typename MeshType::PointDataContainer *  pointData,
typename MeshType::PointIdentifier  idx,
MeshType *  = nullptr,
unsigned  int = 0 
)
inlinestatic

Definition at line 73 of file mitkMeshUtil.h.


The documentation for this class was generated from the following file: