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 > >
79 virtual bool IsInsideDomain(
const InputType& iP )
const = 0;
87 #ifndef ITK_MANUAL_INSTANTIATION
88 #include "itkLevelSetImage.hxx"
91 #endif // itkLevelSetImage_h
A templated class holding a M x N size Matrix.
Represent a n-dimensional index in a n-dimensional image.
Abstract base class for the representation of a level-set function.
Abstract class for a level-set function on one Image.
constexpr unsigned int Dimension
typename NumericTraits< OutputType >::RealType OutputRealType
typename Superclass::LevelSetDataType LevelSetDataType
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image...
ScalingType m_NeighborhoodScales
Base class for templated image classes.
OffsetType m_DomainOffset
typename ImageBaseType::OffsetValueType OffsetValueType
typename ImageBaseType::OffsetType OffsetType
Base class for most ITK classes.
A templated class holding a n-Dimensional covariant vector.
signed long OffsetValueType
Base class for all data objects in ITK.