18 #ifndef itkPathToChainCodePathFilter_h
19 #define itkPathToChainCodePathFilter_h
38 template <
typename TInputPath,
typename TOutputChainCodePath>
67 itkSetMacro(MaximallyConnected,
bool);
68 itkGetConstMacro(MaximallyConnected,
bool);
69 itkBooleanMacro(MaximallyConnected);
76 PrintSelf(std::ostream & os,
Indent indent)
const override;
79 GenerateData()
override;
82 bool m_MaximallyConnected{
false };
86 #ifndef ITK_MANUAL_INSTANTIATION
87 # include "itkPathToChainCodePathFilter.hxx"