71#if !defined(ITK_LEGACY_REMOVE)
76 static constexpr AlgorithmType BASIC = AlgorithmEnum::BASIC;
77 static constexpr AlgorithmType HISTO = AlgorithmEnum::HISTO;
78 static constexpr AlgorithmType ANCHOR = AlgorithmEnum::ANCHOR;
79 static constexpr AlgorithmType VHGW = AlgorithmEnum::VHGW;
91 itkSetMacro(SafeBorder,
bool);
92 itkGetConstReferenceMacro(SafeBorder,
bool);
93 itkBooleanMacro(SafeBorder);
100 itkSetMacro(ForceAlgorithm,
bool);
101 itkGetConstReferenceMacro(ForceAlgorithm,
bool);
102 itkBooleanMacro(ForceAlgorithm);