18 #ifndef itkParametricPath_h
19 #define itkParametricPath_h
60 template<
unsigned int VDimension >
62 Path< double, ContinuousIndex< SpacePrecisionType, VDimension >, VDimension >
79 typedef typename Superclass::InputType
InputType;
117 itkSetMacro(DefaultInputStepSize,
InputType)
118 itkGetConstReferenceMacro(DefaultInputStepSize,
InputType)
122 ~ParametricPath() ITK_OVERRIDE {}
123 void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
143 #ifndef ITK_MANUAL_INSTANTIATION
144 #include "itkParametricPath.hxx"
147 #endif // itkParametricPath.h
Vector< double, VDimension > VectorType
SmartPointer< const Self > ConstPointer
Superclass::OutputType OutputType
Superclass::InputType InputType
ContinuousIndex< SpacePrecisionType, VDimension > ContinuousIndexType
Represent a path through ND Space.
SmartPointer< Self > Pointer
Index< VDimension > IndexType
Represent a parametric path through ND Space.
Offset< VDimension > OffsetType
Path< double, ContinuousIndexType, VDimension > Superclass
InputType m_DefaultInputStepSize
A templated class holding a point in n-Dimensional image space.
Control indentation during Print() invocation.