18 #ifndef itkChainCodeToFourierSeriesPathFilter_h
19 #define itkChainCodeToFourierSeriesPathFilter_h
41 template <
typename TInputChainCodePath,
typename TOutputFourierSeriesPath>
79 itkSetMacro(NumberOfHarmonics,
unsigned int);
85 PrintSelf(std::ostream & os,
Indent indent)
const override;
88 GenerateData()
override;
91 unsigned int m_NumberOfHarmonics{};
95 #ifndef ITK_MANUAL_INSTANTIATION
96 # include "itkChainCodeToFourierSeriesPathFilter.hxx"