19 #ifndef itkDiscreteLevelSetImage_h
20 #define itkDiscreteLevelSetImage_h
35 template<
typename TOutput,
unsigned int VDimension >
37 public LevelSetImage< Index< VDimension >, VDimension, TOutput >
113 void Initialize()
override;
116 void CopyInformation(
const DataObject *data)
override;
119 void Graft(
const DataObject* data )
override;
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkDiscreteLevelSetImage.hxx"
130 #endif // itkDiscreteLevelSetImage_h
Represent a n-dimensional index in a n-dimensional image.
typename Superclass::OutputRealType OutputRealType
Abstract class for a level-set function on one Image.
typename Superclass::HessianType HessianType
constexpr unsigned int Dimension
typename Superclass::InputType InputType
typename Superclass::OutputType OutputType
typename Superclass::LevelSetDataType LevelSetDataType
Abstract class for a level-set function on one Image.
typename Superclass::GradientType GradientType
Base class for most ITK classes.
Base class for all data objects in ITK.