19 #ifndef itkDiscreteLevelSetImage_h
20 #define itkDiscreteLevelSetImage_h
35 template<
typename TOutput,
unsigned int VDimension >
37 public LevelSetImage< Index< VDimension >, VDimension, TOutput >
111 virtual
void Initialize() ITK_OVERRIDE;
114 virtual
void CopyInformation(const
DataObject *data) ITK_OVERRIDE;
117 virtual
void Graft( const
DataObject* data ) ITK_OVERRIDE;
125 #ifndef ITK_MANUAL_INSTANTIATION
126 #include "itkDiscreteLevelSetImage.hxx"
129 #endif // itkDiscreteLevelSetImage_h
SmartPointer< Self > Pointer
Superclass::InputType InputType
DiscreteLevelSetImage Self
Abstract class for a level-set function on one Image.
Superclass::LevelSetDataType LevelSetDataType
const unsigned int Dimension
Superclass::OutputRealType OutputRealType
Abstract class for a level-set function on one Image.
Superclass::OutputType OutputType
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