Go to the documentation of this file.
2 #define BOUNDING_BOX_H "BoundingBox.h"
26 BoundingBox(
const int domainDimension=3,
const int rangeDimension=3 );
29 inline int&
domainBound(
int side,
int axis) {
return domain[side][axis]; }
32 inline int domainBound(
int side,
int axis)
const {
return domain[side][axis]; }
33 inline real rangeBound(
int side,
int axis)
const {
return range[side][axis]; }
50 void setDimensions(
const int domainDimension=3,
const int rangeDimension=3 );