#include <BBox.H>
Public Member Functions | |
BBox () | |
BBox (const AABox &aabox) | |
virtual | ~BBox () |
void | addPoint (const Vector3 &p) |
void | addAABox (const AABox &b) |
void | addBBox (const BBox &b) |
AABox | getAABox () const |
bool | getInitialized () const |
Protected Attributes | |
bool | _initialized |
AABox | _box |
IS3D::BBox::BBox | ( | ) | [inline] |
References _initialized.
IS3D::BBox::BBox | ( | const AABox & | aabox | ) | [inline] |
References _box, and _initialized.
virtual IS3D::BBox::~BBox | ( | ) | [inline, virtual] |
void IS3D::BBox::addPoint | ( | const Vector3 & | p | ) | [inline] |
References _box, and _initialized.
void IS3D::BBox::addAABox | ( | const AABox & | b | ) | [inline] |
void IS3D::BBox::addBBox | ( | const BBox & | b | ) | [inline] |
References addAABox(), and getAABox().
bool IS3D::BBox::getInitialized | ( | ) | const [inline] |
References _initialized.
bool IS3D::BBox::_initialized [protected] |
Referenced by addAABox(), addPoint(), BBox(), and getInitialized().
AABox IS3D::BBox::_box [protected] |
Referenced by addAABox(), addPoint(), BBox(), and getAABox().