148#ifndef ITK_FUTURE_LEGACY_REMOVE
149 using RegionIndexRange ITK_FUTURE_DEPRECATED(
150 "Please use `itk::ImageRegionIndexRange` or `itk::MakeIndexRange` directly!") =
156#ifndef ITK_FUTURE_LEGACY_REMOVE
157 using RegionIterator ITK_FUTURE_DEPRECATED(
"Please use `itk::ImageRegionIterator<TImage>` directly!") =
159 using RegionConstIterator ITK_FUTURE_DEPRECATED(
"Please use `itk::ImageRegionConstIterator<TImage>` directly!") =
166 itkSetMacro(ReverseContourOrientation,
bool);
167 itkGetConstReferenceMacro(ReverseContourOrientation,
bool);
168 itkBooleanMacro(ReverseContourOrientation);
174 itkSetMacro(VertexConnectHighPixels,
bool);
175 itkGetConstReferenceMacro(VertexConnectHighPixels,
bool);
176 itkBooleanMacro(VertexConnectHighPixels);
180 itkSetMacro(LabelContours,
bool);
181 itkGetConstReferenceMacro(LabelContours,
bool);
182 itkBooleanMacro(LabelContours);
278 return std::hash<CoordinateType>{}(v[0]) ^ (std::hash<CoordinateType>{}(v[1]) << 1);
318 std::unordered_map<InputPixelType, ContourContainerType> & labelsContoursOutput);