|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkMalcolmSparseLevelSetImage_h
20 #define itkMalcolmSparseLevelSetImage_h
40 template <
unsigned int VDimension>
57 static constexpr
unsigned int Dimension = VDimension;
85 using Superclass::Evaluate;
87 Evaluate(
const InputType & inputPixel)
const override;
91 EvaluateHessian(
const InputType & inputPixel)
const override;
95 EvaluateLaplacian(
const InputType & inputPixel)
const override;
99 EvaluateMeanCurvature(
const InputType & inputPixel)
const override;
113 static inline LayerIdType
118 static inline LayerIdType
131 InitializeLayers()
override;
134 InitializeInternalLabelList()
override;
137 #ifndef ITK_MANUAL_INSTANTIATION
138 # include "itkMalcolmSparseLevelSetImage.hxx"
141 #endif // itkMalcolmSparseLevelSetImage_h
typename Superclass::LayerIdType LayerIdType
typename Superclass::LabelObjectLengthType LabelObjectLengthType
typename Superclass::LabelMapType LabelMapType
typename Superclass::LayerConstIterator LayerConstIterator
Base class for the sparse representation of a level-set function on one Image.
typename Superclass::LabelObjectType LabelObjectType
typename Superclass::LayerIterator LayerIterator
typename Superclass::LayerMapIterator LayerMapIterator
typename Superclass::GradientType GradientType
typename Superclass::LabelObjectPointer LabelObjectPointer
typename Superclass::LabelObjectLineType LabelObjectLineType
static LayerIdType ZeroLayer()
static LayerIdType PlusOneLayer()
typename Superclass::RegionType RegionType
typename Superclass::LabelMapPointer LabelMapPointer
typename Superclass::InputType InputType
ImageBaseType::RegionType RegionType
typename Superclass::OutputType OutputType
typename Superclass::LevelSetDataType LevelSetDataType
typename Superclass::LayerMapType LayerMapType
typename Superclass::LayerType LayerType
static LayerIdType MinusOneLayer()
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename Superclass::HessianType HessianType
typename Superclass::LayerMapConstIterator LayerMapConstIterator
Base class for most ITK classes.
constexpr unsigned int Dimension
Derived class for the Malcolm representation of level-set function.
typename Superclass::OutputRealType OutputRealType
Base class for all data objects in ITK.