#include <Explorer.h>
Inheritance diagram for Explorer:
Public Member Functions | |
virtual | ~Explorer () |
virtual void | explore (SceneGraphObject &) |
Protected Member Functions | |
virtual bool | _explore (SceneGraphObject &) |
virtual bool | _iterate (SceneGraphObject &) |
virtual bool | _process_leaf (SceneGraphObject &)=0 |
virtual void | _accept_new_transformation (const Matrix4 &)=0 |
Protected Attributes | |
std::stack< Matrix4 * > | _trStack |
Definition at line 14 of file Explorer.h.
|
Definition at line 25 of file Explorer.h. |
|
Implemented in BVExplorer, LightsExplorer, NExtentsExplorer, NodesByNameExpl, ObjsInAreaExplorer, POGExplorer, POVRayExporter, RadiusExplorer, RayIntExplorer, and ShadowExplorer. Referenced by Explorer::_explore(). |
|
Reimplemented in NodesByNameExpl, ObjsAheadExplorer, RayIntExplorer, and ShadowExplorer. Definition at line 6 of file Explorer.cc. References Explorer::_accept_new_transformation(), Explorer::_iterate(), Explorer::_process_leaf(), Explorer::_trStack, Transform::get(), SceneGraphObject::hasSubnodes(), and SceneGraphObject::transformation(). Referenced by ObjsInAreaExplorer::_iterate(), ObjsExplorer::_iterate(), Explorer::_iterate(), and Exporter::explore(). |
|
Reimplemented in BVExplorer, ObjsExplorer, ObjsInAreaExplorer, RayIntExplorer, and ShadowExplorer. Definition at line 33 of file Explorer.cc. References Explorer::_explore(), IteratorSDS::firstChild(), IteratorSDS::initChildrenSearch(), IteratorSDS::nextChild(), and SceneGraphObject::traverseSubnodes(). Referenced by NodesByNameExpl::_explore(), Explorer::_explore(), and BVExplorer::_iterate(). |
|
Implemented in BVExplorer, LightsExplorer, NExtentsExplorer, NodesByNameExpl, ObjsInAreaExplorer, POGExplorer, POVRayExporter, RadiusExplorer, RayIntExplorer, and ShadowExplorer. Referenced by Explorer::_explore(). |
|
Reimplemented in Exporter, RayIntExplorer, and ShadowExplorer. Definition at line 55 of file Explorer.cc. References Explorer::_trStack. Referenced by BVList::_comp_extents(), BVList::_comp_handle(), FDH6Tree::_create_bv(), FDH14Tree::_create_bv(), OSGAdapter::extent(), FDH::FDH(), OSGAdapter::nExtents(), and Sphere::Sphere(). |
|