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;
175 void PrintSelf(std::ostream & os,
Indent indent)
const;
181 void operator=(
const Self &);
191 #ifndef ITK_MANUAL_INSTANTIATION
192 #include "itkBoundingBox.hxx"