156 itkSetMacro(ReverseContourOrientation,
bool);
157 itkGetConstReferenceMacro(ReverseContourOrientation,
bool);
158 itkBooleanMacro(ReverseContourOrientation);
164 itkSetMacro(VertexConnectHighPixels,
bool);
165 itkGetConstReferenceMacro(VertexConnectHighPixels,
bool);
166 itkBooleanMacro(VertexConnectHighPixels);
170 itkSetMacro(LabelContours,
bool);
171 itkGetConstReferenceMacro(LabelContours,
bool);
172 itkBooleanMacro(LabelContours);
269 return std::hash<CoordinateType>{}(v[0]) ^ (std::hash<CoordinateType>{}(v[1]) << 1);
309 std::unordered_map<InputPixelType, ContourContainerType> & labelsContoursOutput);