18 #ifndef itkChainCodeToFourierSeriesPathFilter_h
19 #define itkChainCodeToFourierSeriesPathFilter_h
40 template<
typename TInputChainCodePath,
typename TOutputFourierSeriesPath >
50 TOutputFourierSeriesPath >;
79 itkSetMacro(NumberOfHarmonics,
unsigned int)
84 void PrintSelf(std::ostream & os,
Indent indent)
const override;
86 void GenerateData()
override;
93 #ifndef ITK_MANUAL_INSTANTIATION
94 #include "itkChainCodeToFourierSeriesPathFilter.hxx"
typename InputPathType::Pointer InputPathPointer
typename InputPathType::IndexType IndexType
Light weight base class for most itk classes.
TInputChainCodePath InputPathType
typename InputPathType::InputType InputPathInputType
TOutputFourierSeriesPath OutputPathType
ImageBaseType::IndexType IndexType
typename OutputPathType::Pointer OutputPathPointer
Base class for filters that take a path as input and produce a path as output.
unsigned int m_NumberOfHarmonics
Control indentation during Print() invocation.
typename InputPathType::OffsetType OffsetType
typename OutputPathType::InputType OutputPathInputType
ImageBaseType::SpacingType VectorType
typename OutputPathType::VectorType VectorType
Filter that produces a Fourier series version of a chain code path.