|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkFourierSeriesPath_h
19 #define itkFourierSeriesPath_h
58 template <
unsigned int VDimension>
89 Evaluate(
const InputType & input)
const override;
94 EvaluateDerivative(
const InputType & input)
const override;
104 m_CosCoefficients->Initialize();
105 m_SinCoefficients->Initialize();
124 PrintSelf(std::ostream & os,
Indent indent)
const override;
132 #ifndef ITK_MANUAL_INSTANTIATION
133 # include "itkFourierSeriesPath.hxx"
Represent a n-dimensional index in a n-dimensional image.
typename CoefficientsType::Pointer CoefficientsPointer
Represent a parametric path through ND Space.
Control indentation during Print() invocation.
Represent a closed path through ND Space by its frequency components.
CoefficientsPointer m_CosCoefficients
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image.
typename Superclass::InputType InputType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename Superclass::OutputType OutputType
A templated class holding a point in n-Dimensional image space.
Base class for most ITK classes.
CoefficientsPointer m_SinCoefficients
void Initialize() override
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Base class for all data objects in ITK.