18#ifndef itkChainCodeToFourierSeriesPathFilter_h
19#define itkChainCodeToFourierSeriesPathFilter_h
41template <
typename TInputChainCodePath,
typename TOutputFourierSeriesPath>
68 using IndexType =
typename InputPathType::IndexType;
79 itkSetMacro(NumberOfHarmonics,
unsigned int);
95#ifndef ITK_MANUAL_INSTANTIATION
96# include "itkChainCodeToFourierSeriesPathFilter.hxx"
SmartPointer< Self > Pointer
void GenerateData() override
~ChainCodeToFourierSeriesPathFilter() override=default
ChainCodeToFourierSeriesPathFilter()
TInputChainCodePath InputPathType
typename InputPathType::OffsetType OffsetType
void PrintSelf(std::ostream &os, Indent indent) const override
typename InputPathType::IndexType IndexType
ChainCodeToFourierSeriesPathFilter Self
typename OutputPathType::VectorType VectorType
unsigned int m_NumberOfHarmonics
SmartPointer< const Self > ConstPointer
typename InputPathType::InputType InputPathInputType
TOutputFourierSeriesPath OutputPathType
typename OutputPathType::InputType OutputPathInputType
PathToPathFilter< TInputChainCodePath, TOutputFourierSeriesPath > Superclass
typename OutputPathType::Pointer OutputPathPointer
typename InputPathType::Pointer InputPathPointer
Control indentation during Print() invocation.
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....