16 #ifndef _itkSlowPolyLineParametricPathPath_h
17 #define _itkSlowPolyLineParametricPathPath_h
19 #include "itkPolyLineParametricPath.h"
20 #include "itkVectorContainer.h"
21 #include "itkContinuousIndex.h"
23 #include "itkOffset.h"
24 #include "itkVector.h"
53 template <
unsigned int VDimension>
55 PolyLineParametricPath< VDimension >
68 typedef typename Superclass::InputType
InputType;
99 virtual OffsetType IncrementInput(InputType & input)
const;
108 itkFactorylessNewMacro(Self)
114 ~SlowPolyLineParametricPath(){}
115 void PrintSelf(std::ostream& os, Indent indent)
const;
119 void operator=(
const Self&);
124 #ifndef ITK_MANUAL_INSTANTIATION
Represent a path of line segments through ND Space.
Superclass::VertexListPointer VertexListPointer
Superclass::OutputType OutputType
Superclass::VectorType VectorType
Superclass::PointType PointType
SlowPolyLineParametricPath Self
Superclass::InputType InputType
itk::Vector< float, 3 > VectorType
PolyLineParametricPath< VDimension > Superclass
SmartPointer< Self > Pointer
Superclass::VertexType VertexType
Superclass::IndexType IndexType
Superclass::ContinuousIndexType ContinuousIndexType
Superclass::VertexListType VertexListType
Superclass::OffsetType OffsetType
SmartPointer< const Self > ConstPointer