72 #if !defined(ITK_LEGACY_REMOVE)
74 static constexpr
RegionEnum ITK_UNSTRUCTURED_REGION = RegionEnum::ITK_UNSTRUCTURED_REGION;
75 static constexpr
RegionEnum ITK_STRUCTURED_REGION = RegionEnum::ITK_STRUCTURED_REGION;
79 itkTypeMacroNoParent(
Region);
84 GetRegionType()
const = 0;
88 Print(std::ostream & os,
Indent indent = 0)
const;
91 virtual ~
Region() =
default;
99 PrintSelf(std::ostream & os,
Indent indent)
const;
102 PrintHeader(std::ostream & os,
Indent indent)
const;
105 PrintTrailer(std::ostream & os,
Indent indent)
const;