ITK
4.1.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 89 of file itkLevelSetBase.h.
itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::DataType | ( | const std::string & | iName | ) | [inline] |
Definition at line 92 of file itkLevelSetBase.h.
itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::DataType | ( | const DataType< T > & | iData | ) | [inline] |
Definition at line 95 of file itkLevelSetBase.h.
itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::~DataType | ( | ) | [inline] |
Definition at line 99 of file itkLevelSetBase.h.
itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::DataType | ( | ) | [private] |
void itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::operator= | ( | const DataType< T > & | iData | ) | [inline] |
Definition at line 105 of file itkLevelSetBase.h.
bool itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Computed |
Definition at line 103 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 101 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 |