|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkBinaryImageToLevelSetImageAdaptorBase_h
20 #define itkBinaryImageToLevelSetImageAdaptorBase_h
31 template <
typename TInputImage,
typename TLevelSet>
52 static constexpr
unsigned int ImageDimension = InputImageType::ImageDimension;
83 #endif // itkBinaryImageToLevelSetImageAdaptorBase_h
SmartPointer< Self > Pointer
InputImagePointer m_InputImage
virtual void Initialize()=0
~BinaryImageToLevelSetImageAdaptorBase() override=default
typename InputImageType::IndexType InputImageIndexType
BinaryImageToLevelSetImageAdaptorBase()
ImageBaseType::IndexType IndexType
static constexpr unsigned int ImageDimension
Light weight base class for most itk classes.
typename LevelSetType::Pointer LevelSetPointer
ImageBaseType::RegionType RegionType
typename InputImageType::PixelType InputImagePixelType
LevelSetPointer m_LevelSet
Define additional traits for native types such as int or float.
typename InputImageType::RegionType InputImageRegionType
Derived class for the shi representation of level-set function.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Base class for most ITK classes.
typename InputImageType::Pointer InputImagePointer
typename NumericTraits< InputImagePixelType >::RealType InputPixelRealType