18 #ifndef __itkChainCodeToFourierSeriesPathFilter_h
19 #define __itkChainCodeToFourierSeriesPathFilter_h
40 template<
class TInputChainCodePath,
class TOutputFourierSeriesPath >
66 typedef typename InputPathType::IndexType
IndexType;
77 itkSetMacro(NumberOfHarmonics,
unsigned int)
82 void PrintSelf(std::ostream & os,
Indent indent)
const;
84 void GenerateData(
void);
88 void operator=(
const Self &);
94 #ifndef ITK_MANUAL_INSTANTIATION
95 #include "itkChainCodeToFourierSeriesPathFilter.hxx"