ITK
6.0.0
Insight Toolkit
|
#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.
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 |
|
inline |
Definition at line 101 of file itkLevelSetBase.h.
|
inline |
Definition at line 105 of file itkLevelSetBase.h.
|
default |
|
inline |
Definition at line 118 of file itkLevelSetBase.h.
References itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Computed, itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Name, and itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Value.
bool itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Computed |
Definition at line 115 of file itkLevelSetBase.h.
Referenced by itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::operator=().
std::string itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Name |
Definition at line 113 of file itkLevelSetBase.h.
Referenced by itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::operator=().
T itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Value |
Definition at line 114 of file itkLevelSetBase.h.
Referenced by itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::operator=().