73#if !defined(ITK_LEGACY_REMOVE)
78 static constexpr AlgorithmType BASIC = AlgorithmEnum::BASIC;
79 static constexpr AlgorithmType HISTO = AlgorithmEnum::HISTO;
80 static constexpr AlgorithmType ANCHOR = AlgorithmEnum::ANCHOR;
81 static constexpr AlgorithmType VHGW = AlgorithmEnum::VHGW;
93 itkSetMacro(SafeBorder,
bool);
94 itkGetConstReferenceMacro(SafeBorder,
bool);
95 itkBooleanMacro(SafeBorder);
102 itkSetMacro(ForceAlgorithm,
bool);
103 itkGetConstReferenceMacro(ForceAlgorithm,
bool);
104 itkBooleanMacro(ForceAlgorithm);