18 #ifndef __itkPathToChainCodePathFilter_h
19 #define __itkPathToChainCodePathFilter_h
37 template<
class TInputPath,
class TOutputChainCodePath >
61 typedef typename InputPathType::IndexType
IndexType;
65 itkSetMacro(MaximallyConnected,
bool)
66 itkBooleanMacro(MaximallyConnected)
70 virtual ~PathToChainCodePathFilter() {}
71 void PrintSelf(std::ostream & os,
Indent indent)
const;
73 void GenerateData(
void);
77 void operator=(
const Self &);
83 #ifndef ITK_MANUAL_INSTANTIATION
84 #include "itkPathToChainCodePathFilter.hxx"