18 #ifndef itkParametricPath_h
19 #define itkParametricPath_h
60 template<
unsigned int VDimension >
62 Path< double, ContinuousIndex< SpacePrecisionType, VDimension >, VDimension >
119 itkSetMacro(DefaultInputStepSize,
InputType)
120 itkGetConstReferenceMacro(DefaultInputStepSize,
InputType)
124 ~ParametricPath() override = default;
125 void PrintSelf(std::ostream & os,
Indent indent) const override;
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkParametricPath.hxx"
147 #endif // itkParametricPath.h
Represent a n-dimensional index in a n-dimensional image.
typename Superclass::InputType InputType
Represent a path through ND Space.
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image...
Represent a parametric path through ND Space.
A templated class holding a point in n-Dimensional image space.
Control indentation during Print() invocation.
Base class for most ITK classes.
typename Superclass::OutputType OutputType
Base class for all data objects in ITK.