#include <boundingboxvisitor.h>
Public Member Functions | |
| BoundingBoxVisitor () | |
| virtual void | apply (osg::Geode &node) |
| Visits the specified geode. | |
Public Attributes | |
| osg::BoundingBox | mBoundingBox |
| The aggregate bounding box. | |
| dtCore::BoundingBoxVisitor::BoundingBoxVisitor | ( | ) | [inline] |
| virtual void dtCore::BoundingBoxVisitor::apply | ( | osg::Geode & | node | ) | [inline, virtual] |
Visits the specified geode.
| node | the geode to visit |
| osg::BoundingBox dtCore::BoundingBoxVisitor::mBoundingBox |
The aggregate bounding box.