18#ifndef itkPathToChainCodePathFilter_h
19#define itkPathToChainCodePathFilter_h
38template <
typename TInputPath,
typename TOutputChainCodePath>
63 using IndexType =
typename InputPathType::IndexType;
67 itkSetMacro(MaximallyConnected,
bool);
68 itkGetConstMacro(MaximallyConnected,
bool);
69 itkBooleanMacro(MaximallyConnected);
86#ifndef ITK_MANUAL_INSTANTIATION
87# include "itkPathToChainCodePathFilter.hxx"
Control indentation during Print() invocation.
typename OutputPathType::InputType OutputPathInputType
typename InputPathType::Pointer InputPathPointer
void PrintSelf(std::ostream &os, Indent indent) const override
TOutputChainCodePath OutputPathType
~PathToChainCodePathFilter() override=default
void GenerateData() override
PathToChainCodePathFilter()
typename InputPathType::IndexType IndexType
SmartPointer< Self > Pointer
typename InputPathType::OffsetType OffsetType
bool m_MaximallyConnected
PathToPathFilter< TInputPath, TOutputChainCodePath > Superclass
typename OutputPathType::Pointer OutputPathPointer
PathToChainCodePathFilter Self
SmartPointer< const Self > ConstPointer
typename InputPathType::InputType InputPathInputType
Implements transparent reference counting.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....