#include <itkLevelSetBase.h>
Internal class used for one computed characteristic.
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 96 of file itkLevelSetBase.h.
Collaboration diagram for itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >:Public Member Functions | |
| DataType ()=delete | |
| DataType (const DataType &iData) | |
| DataType (std::string iName) | |
| void | operator= (const DataType &iData) |
| ~DataType ()=default | |
Public Attributes | |
| bool | m_Computed |
| std::string | m_Name |
| T | m_Value |
|
delete |
Referenced by DataType(), and operator=().
|
inline |
Definition at line 101 of file itkLevelSetBase.h.
References m_Computed, and m_Name.
|
inline |
Definition at line 105 of file itkLevelSetBase.h.
References DataType(), m_Computed, m_Name, and m_Value.
|
default |
|
inline |
Definition at line 118 of file itkLevelSetBase.h.
References DataType(), m_Computed, m_Name, and m_Value.
| bool itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Computed |
Definition at line 115 of file itkLevelSetBase.h.
Referenced by DataType(), DataType(), and operator=().
| std::string itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Name |
Definition at line 113 of file itkLevelSetBase.h.
Referenced by DataType(), DataType(), and operator=().
| T itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Value |
Definition at line 114 of file itkLevelSetBase.h.
Referenced by DataType(), and operator=().