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