19 #ifndef __itkLevelSetDenseImage_h
20 #define __itkLevelSetDenseImage_h
40 template<
typename TImage >
105 #ifndef ITK_MANUAL_INSTANTIATION
106 #include "itkLevelSetDenseImage.hxx"
109 #endif // __itkLevelSetDenseImage_h
static const unsigned int Dimension
ImageType::PixelType PixelType
Superclass::InputType InputType
void operator=(const Self &)
Superclass::OutputRealType OutputRealType
virtual void Graft(const DataObject *data)
ImageType::IndexType IndexType
virtual ~LevelSetDenseImage()
ImageType::RegionType RegionType
ImageType::Pointer ImagePointer
virtual bool IsInsideDomain(const InputType &inputIndex) const
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 OutputType Evaluate(const InputType &inputIndex) const
virtual void SetImage(ImageType *iImage)
Superclass::LevelSetDataType LevelSetDataType
Base class for the "dense" representation of a level-set function on one image.
Superclass::OutputRealType OutputRealType
Abstract class for a level-set function on one Image.
virtual void Initialize()
Superclass::OutputType OutputType
virtual void CopyInformation(const DataObject *data)
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.