18#ifndef itkParametricPath_h
19#define itkParametricPath_h
61template <
unsigned int VDimension>
63 :
public Path<double, ContinuousIndex<SpacePrecisionType, VDimension>, VDimension>
82 using typename Superclass::InputType;
85 using typename Superclass::OutputType;
124 itkGetConstReferenceMacro(DefaultInputStepSize,
InputType);
148#ifndef ITK_MANUAL_INSTANTIATION
149# include "itkParametricPath.hxx"
A templated class holding a point in n-Dimensional image space.
Base class for all data objects in ITK.
Control indentation during Print() invocation.
Base class for most ITK classes.
Represent a parametric path through ND Space.
~ParametricPath() override=default
OffsetType IncrementInput(InputType &input) const override
virtual VectorType EvaluateDerivative(const InputType &input) const
void PrintSelf(std::ostream &os, Indent indent) const override
IndexType EvaluateToIndex(const InputType &input) const override
Represent a path through ND Space.
A templated class holding a n-Dimensional vector.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....