19 #ifndef itkDiscreteLevelSetImage_h
20 #define itkDiscreteLevelSetImage_h
35 template<
typename TOutput,
unsigned int VDimension >
37 public LevelSetImage< Index< VDimension >, VDimension, TOutput >
122 void operator = ( const Self& );
126 #ifndef ITK_MANUAL_INSTANTIATION
127 #include "itkDiscreteLevelSetImage.hxx"
130 #endif // itkDiscreteLevelSetImage_h
SmartPointer< Self > Pointer
Superclass::InputType InputType
Superclass::HessianType HessianType
virtual ~DiscreteLevelSetImage()
DiscreteLevelSetImage Self
Superclass::OutputRealType OutputRealType
static const unsigned int Dimension
Superclass::InputType InputType
virtual void CopyInformation(const DataObject *data) override
Abstract class for a level-set function on one Image.
virtual OutputRealType EvaluateLaplacian(const InputType &inputIndex) const override
virtual OutputType Evaluate(const InputType &inputIndex) const override=0
static const unsigned int Dimension
Superclass::LevelSetDataType LevelSetDataType
virtual HessianType EvaluateHessian(const InputType &inputIndex) const override
virtual void Graft(const DataObject *data) override
Superclass::OutputRealType OutputRealType
Abstract class for a level-set function on one Image.
virtual void Initialize() override
Superclass::OutputType OutputType
virtual GradientType EvaluateGradient(const InputType &inputIndex) const override
Superclass::LevelSetDataType LevelSetDataType
virtual GradientType EvaluateBackwardGradient(const InputType &inputIndex) const
Superclass::GradientType GradientType
Superclass::OutputType OutputType
virtual OutputRealType EvaluateMeanCurvature(const InputType &inputIndex) const override
virtual GradientType EvaluateForwardGradient(const InputType &inputIndex) const
Superclass::GradientType GradientType
Superclass::HessianType HessianType
LevelSetImage< IndexType, VDimension, TOutput > Superclass
SmartPointer< const Self > ConstPointer
Base class for all data objects in ITK.
Index< VDimension > IndexType