18#ifndef itkOrthogonallyCorrected2DParametricPath_h
19#define itkOrthogonallyCorrected2DParametricPath_h
100 this->m_OriginalPath =
nullptr;
101 this->m_OrthogonalCorrectionTable =
nullptr;
108 return m_OriginalPath->StartOfInput();
114 return m_OriginalPath->EndOfInput();
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 an orthogonally corrected 2D parametric path.
Superclass::InputType InputType
InputType StartOfInput() const override
InputType EndOfInput() const override
OutputType Evaluate(const InputType &inputValue) const override
void SetOriginalPath(const OriginalPathType *originalPath)
~OrthogonallyCorrected2DParametricPath() override=default
OrthogonallyCorrected2DParametricPath()
Superclass::VectorType VectorType
void Initialize() override
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::OutputType OutputType
OrthogonalCorrectionTableType::ElementIdentifier OrthogonalCorrectionTableSizeType
Represent a parametric path through ND Space.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
TElementIdentifier ElementIdentifier
SmartPointer< const Self > ConstPointer
SmartPointer< Self > Pointer
ImageBaseType::SpacingType VectorType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image.