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