Static Public Member Functions

NullScalarAccessor< MeshType > Class Template Reference

#include <mitkMeshUtil.h>

Inheritance diagram for NullScalarAccessor< MeshType >:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

template<typename MeshType>
class NullScalarAccessor< MeshType >

Definition at line 55 of file mitkMeshUtil.h.


Member Function Documentation

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

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