ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetBase.h>
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.
Public Member Functions | |
DataType (std::string iName) | |
DataType (const DataType &iData) | |
void | operator= (const DataType &iData) |
~DataType ()=default | |
Public Attributes | |
bool | m_Computed |
std::string | m_Name |
T | m_Value |
Private Member Functions | |
DataType ()=delete | |
|
inline |
Definition at line 92 of file itkLevelSetBase.h.
|
inline |
Definition at line 95 of file itkLevelSetBase.h.
|
default |
|
privatedelete |
|
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< OutputRealType >::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< OutputRealType >::operator=().
T itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< T >::m_Value |
Definition at line 102 of file itkLevelSetBase.h.
Referenced by itk::LevelSetBase< TInput, VDimension, TOutput, TDomain >::DataType< OutputRealType >::operator=().