19 #ifndef itkLevelSetDenseImage_h
20 #define itkLevelSetDenseImage_h
40 template<
typename TImage >
101 void operator = ( const Self& );
105 #ifndef ITK_MANUAL_INSTANTIATION
106 #include "itkLevelSetDenseImage.hxx"
109 #endif // itkLevelSetDenseImage_h
virtual void CopyInformation(const DataObject *data) override
static const unsigned int Dimension
ImageType::PixelType PixelType
Superclass::InputType InputType
virtual void Initialize() override
Superclass::OutputRealType OutputRealType
ImageType::IndexType IndexType
virtual ~LevelSetDenseImage()
ImageType::RegionType RegionType
virtual bool IsInsideDomain(const InputType &inputIndex) const override
ImageType::Pointer ImagePointer
static const unsigned int Dimension
SmartPointer< const Self > ConstPointer
Superclass::LevelSetDataType LevelSetDataType
SmartPointer< Self > Pointer
Superclass::OutputType OutputType
Superclass::HessianType HessianType
Superclass::InputType InputType
virtual void SetImage(ImageType *iImage)
Superclass::LevelSetDataType LevelSetDataType
virtual OutputType Evaluate(const InputType &inputIndex) const override
Base class for the "dense" representation of a level-set function on one image.
virtual void Graft(const DataObject *data) override
Superclass::OutputRealType OutputRealType
Abstract class for a level-set function on one Image.
Superclass::OutputType OutputType
Superclass::GradientType GradientType
Superclass::GradientType GradientType
DiscreteLevelSetImage< PixelType, ImageType::ImageDimension > Superclass
Superclass::HessianType HessianType
Base class for all data objects in ITK.
Templated n-dimensional image class.