18 #ifndef __itkPolyLineParametricPath_h
19 #define __itkPolyLineParametricPath_h
55 template<
unsigned int VDimension >
70 typedef typename Superclass::InputType
InputType;
98 m_VertexList->InsertElement(m_VertexList->Size(), vertex);
108 return m_VertexList->Size() - 1;
115 virtual void Initialize(
void)
117 m_VertexList->Initialize();
121 itkGetModifiableObjectMacro(VertexList, VertexListType);
127 virtual OffsetType IncrementInput(InputType & input)
const;
132 virtual VectorType EvaluateDerivative(
const InputType & input)
const;
137 void PrintSelf(std::ostream & os,
Indent indent)
const;
141 void operator=(
const Self &);
147 #ifndef ITK_MANUAL_INSTANTIATION
148 #include "itkPolyLineParametricPath.hxx"