|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkLevelSetImage_h
20 #define itkLevelSetImage_h
38 template <
typename TInput,
unsigned int VDimension,
typename TOutput>
79 IsInsideDomain(
const InputType & iP)
const = 0;
86 #ifndef ITK_MANUAL_INSTANTIATION
87 # include "itkLevelSetImage.hxx"
90 #endif // itkLevelSetImage_h
Represent a n-dimensional index in a n-dimensional image.
typename NumericTraits< OutputType >::RealType OutputRealType
Abstract class for a level-set function on one Image.
Base class for templated image classes.
typename Superclass::LevelSetDataType LevelSetDataType
Abstract base class for the representation of a level-set function.
ScalingType m_NeighborhoodScales
typename ImageBaseType::OffsetValueType OffsetValueType
OffsetType m_DomainOffset
A templated class holding a M x N size Matrix.
A templated class holding a n-Dimensional covariant vector.
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
signed long OffsetValueType
Base class for most ITK classes.
typename ImageBaseType::OffsetType OffsetType
constexpr unsigned int Dimension
Base class for all data objects in ITK.