28 #ifndef itkBoundingBox_h
29 #define itkBoundingBox_h
67 unsigned int VPointDimension = 3,
68 typename TCoordRep = float,
69 typename TPointsContainer = VectorContainer<TPointIdentifier, Point<TCoordRep, VPointDimension>>>
101 static constexpr
unsigned int PointDimension = VPointDimension;
121 std::array<PointType, NumberOfCorners>
122 ComputeCorners()
const;
129 ComputeBoundingBox()
const;
177 GetDiagonalLength2()
const;
185 GetMTime()
const override;
195 PrintSelf(std::ostream & os,
Indent indent)
const override;
201 #if !defined(ITK_LEGACY_REMOVE)
210 #ifndef ITK_MANUAL_INSTANTIATION
211 # include "itkBoundingBox.hxx"