|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkFourierSeriesPath_h
19 #define itkFourierSeriesPath_h
58 template <
unsigned int VDimension>
74 using typename Superclass::InputType;
77 using typename Superclass::OutputType;
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"
SmartPointer< Self > Pointer
Represent a n-dimensional index in a n-dimensional image.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
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.
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.
void Initialize() override
Base class for all data objects in ITK.