19 #ifndef itkLevelSetImage_h
20 #define itkLevelSetImage_h
38 template<
typename TInput,
unsigned int VDimension,
typename TOutput >
40 public LevelSetBase< TInput, VDimension, TOutput, ImageBase< VDimension > >
74 ScalingType m_NeighborhoodScales;
77 virtual
bool IsInsideDomain( const
InputType& iP ) const = 0;
86 #ifndef ITK_MANUAL_INSTANTIATION
87 #include "itkLevelSetImage.hxx"
90 #endif // itkLevelSetImage_h
ImageBaseType::OffsetValueType OffsetValueType
LevelSetBase< TInput, VDimension, TOutput, ImageBaseType > Superclass
Represent the offset between two n-dimensional indexes in a n-dimensional image.
Superclass::HessianType HessianType
Superclass::OutputRealType OutputRealType
Abstract base class for the representation of a level-set function.
Superclass::InputType InputType
SmartPointer< Self > Pointer
ImageBaseType::OffsetType OffsetType
Abstract class for a level-set function on one Image.
SmartPointer< const Self > ConstPointer
ImageBase< VDimension > ImageBaseType
const unsigned int Dimension
OffsetType::OffsetValueType OffsetValueType
Superclass::LevelSetDataType LevelSetDataType
Base class for templated image classes.
Superclass::OutputType OutputType
Superclass::GradientType GradientType
A templated class holding a n-Dimensional covariant vector.