|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkOrthogonallyCorrected2DParametricPath_h
19 #define itkOrthogonallyCorrected2DParametricPath_h
79 Evaluate(
const InputType & inputValue)
const override;
100 this->m_OriginalPath =
nullptr;
101 this->m_OrthogonalCorrectionTable =
nullptr;
108 return m_OriginalPath->StartOfInput();
114 return m_OriginalPath->EndOfInput();
121 PrintSelf(std::ostream & os,
Indent indent)
const override;
InputType StartOfInput() const override
void Initialize() override
Represent a n-dimensional index in a n-dimensional image.
InputType EndOfInput() const override
Represent a parametric path through ND Space.
Represent an orthogonally corrected 2D parametric path.
Superclass::InputType InputType
ImageBaseType::SpacingType VectorType
Superclass::OutputType OutputType
Control indentation during Print() invocation.
TElementIdentifier ElementIdentifier
Superclass::VectorType VectorType
OriginalPathConstPointer m_OriginalPath
OrthogonalCorrectionTablePointer m_OrthogonalCorrectionTable
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A templated class holding a point in n-Dimensional image space.
Base class for most ITK classes.
OrthogonalCorrectionTableType::ElementIdentifier OrthogonalCorrectionTableSizeType
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Base class for all data objects in ITK.