28 #ifndef __itkBoundingBox_h
29 #define __itkBoundingBox_h
72 int VPointDimension = 3,
73 typename TCoordRep = float,
74 typename TPointsContainer =
75 VectorContainer< TPointIdentifier, Point< TCoordRep, VPointDimension > >
103 itkStaticConstMacro(PointDimension,
unsigned int, VPointDimension);
120 bool ComputeBoundingBox(
void)
const;
167 unsigned long GetMTime(
void)
const;
175 void PrintSelf(std::ostream & os,
Indent indent)
const;
180 void operator=(
const Self &);
190 #ifndef ITK_MANUAL_INSTANTIATION
191 #include "itkBoundingBox.hxx"