ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetBase.h>
Public Member Functions | |
DataType (const std::string &iName) | |
DataType (const DataType &iData) | |
void | operator= (const DataType &iData) |
~DataType () |
Public Attributes | |
bool | m_Computed |
std::string | m_Name |
T | m_Value |
Private Member Functions | |
DataType () |
Internal class used for one computed characteritic.
It holds the name of the characteristics, its value, and a boolean to keep track if it has already been computed or not.
Definition at line 86 of file itkLevelSetBase.h.
|
inline |
Definition at line 89 of file itkLevelSetBase.h.
|
inline |
Definition at line 92 of file itkLevelSetBase.h.
|
inline |
Definition at line 96 of file itkLevelSetBase.h.
|
private |
|
inline |
Definition at line 102 of file itkLevelSetBase.h.
bool itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Computed |
Definition at line 100 of file itkLevelSetBase.h.
Referenced by itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< HessianType >::operator=().
std::string itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Name |
Definition at line 98 of file itkLevelSetBase.h.
Referenced by itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< HessianType >::operator=().
T itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Value |