18 #ifndef itkOrthogonallyCorrected2DParametricPath_h
19 #define itkOrthogonallyCorrected2DParametricPath_h
44 class ITK_TEMPLATE_EXPORT
96 void Initialize()
override
98 this->m_OriginalPath =
nullptr;
99 this->m_OrthogonalCorrectionTable =
nullptr;
105 return m_OriginalPath->StartOfInput();
110 return m_OriginalPath->EndOfInput();
116 void PrintSelf(std::ostream & os,
Indent indent)
const override;
OrthogonalCorrectionTableType::ElementIdentifier OrthogonalCorrectionTableSizeType
Superclass::VectorType VectorType
Represent a n-dimensional index in a n-dimensional image.
Superclass::InputType InputType
TElementIdentifier ElementIdentifier
Superclass::OutputType OutputType
InputType StartOfInput() const override
Represent an orthogonally corrected 2D parametric path.
OrthogonalCorrectionTablePointer m_OrthogonalCorrectionTable
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.
OriginalPathConstPointer m_OriginalPath
InputType EndOfInput() const override
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
Base class for most ITK classes.
ImageBaseType::SpacingType VectorType
Base class for all data objects in ITK.