19 #ifndef __itkShiSparseLevelSetImage_h
20 #define __itkShiSparseLevelSetImage_h
36 template<
unsigned int VDimension >
53 itkStaticConstMacro (
Dimension,
unsigned int, VDimension );
120 #ifndef ITK_MANUAL_INSTANTIATION
121 #include "itkShiSparseLevelSetImage.hxx"
124 #endif // __itkShiSparseLevelSetImage_h
LayerMapType::const_iterator LayerMapConstIterator
virtual void InitializeLayers()
std::map< InputType, OutputType, Functor::IndexLexicographicCompare< VDimension > > LayerType
Superclass::OutputType OutputType
Superclass::LabelObjectLineType LabelObjectLineType
Superclass::LevelSetDataType LevelSetDataType
Superclass::InputType InputType
LevelSetSparseImage< int8_t, VDimension > Superclass
LabelMapType::RegionType RegionType
LabelObject< LayerIdType, VDimension > LabelObjectType
Derived class for the shi representation of level-set function.
virtual OutputRealType EvaluateMeanCurvature(const InputType &inputIndex) const
SmartPointer< Self > Pointer
Superclass::LabelMapType LabelMapType
LayerType::iterator LayerIterator
static LayerIdType MinusThreeLayer()
LabelObjectType::Pointer LabelObjectPointer
LabelMapType::Pointer LabelMapPointer
LabelObjectType::LengthType LabelObjectLengthType
Superclass::LayerIdType LayerIdType
virtual ~ShiSparseLevelSetImage()
virtual HessianType EvaluateHessian(const InputType &inputIndex) const
Superclass::OutputType OutputType
Base class for the sparse representation of a level-set function on one Image.
Superclass::GradientType GradientType
static LayerIdType PlusThreeLayer()
std::map< LayerIdType, LayerType > LayerMapType
static LayerIdType PlusOneLayer()
Superclass::OutputRealType OutputRealType
SmartPointer< const Self > ConstPointer
Superclass::LayerIterator LayerIterator
static LayerIdType MinusOneLayer()
Superclass::LayerMapIterator LayerMapIterator
Superclass::LabelObjectType LabelObjectType
virtual OutputType Evaluate(const InputType &inputIndex) const =0
Superclass::LabelObjectPointer LabelObjectPointer
LabelMap< LabelObjectType > LabelMapType
virtual void InitializeInternalLabelList()
Superclass::RegionType RegionType
Superclass::OutputRealType OutputRealType
Superclass::HessianType HessianType
LayerMapType::iterator LayerMapIterator
Superclass::LabelObjectLengthType LabelObjectLengthType
Superclass::LabelMapPointer LabelMapPointer
Superclass::InputType InputType
LabelObjectType::LineType LabelObjectLineType
Superclass::GradientType GradientType
virtual OutputRealType EvaluateLaplacian(const InputType &inputIndex) const
virtual OutputType Evaluate(const InputType &inputIndex) const
Superclass::LayerType LayerType
LayerType::const_iterator LayerConstIterator
ShiSparseLevelSetImage Self
Superclass::HessianType HessianType
static const unsigned int Dimension
Superclass::LayerMapConstIterator LayerMapConstIterator
Base class for all data objects in ITK.
Superclass::LevelSetDataType LevelSetDataType
Superclass::LayerMapType LayerMapType
Superclass::LayerConstIterator LayerConstIterator
void operator=(const Self &)