18 #ifndef itkFourierSeriesPath_h
19 #define itkFourierSeriesPath_h
57 template<
unsigned int VDimension >
95 void AddHarmonic(
const VectorType & CosCoefficients,
101 m_CosCoefficients->Initialize();
102 m_SinCoefficients->Initialize();
119 void PrintSelf(std::ostream & os,
Indent indent)
const override;
127 #ifndef ITK_MANUAL_INSTANTIATION
128 #include "itkFourierSeriesPath.hxx"
typename CoefficientsType::Pointer CoefficientsPointer
typename Superclass::InputType InputType
CoefficientsPointer m_CosCoefficients
Represent a n-dimensional index in a n-dimensional image.
typename Superclass::OutputType OutputType
CoefficientsPointer m_SinCoefficients
Represent a n-dimensional offset between two n-dimensional indexes of n-dimensional image...
Represent a parametric path through ND Space.
Represent a closed path through ND Space by its frequency components.
A templated class holding a point in n-Dimensional image space.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
Control indentation during Print() invocation.
void Initialize() override
Base class for most ITK classes.
Base class for all data objects in ITK.