#include <InspectorSDS.h>
Inheritance diagram for InspectorSDS:
Public Member Functions | |
InspectorSDS (SDS *s) | |
virtual | ~InspectorSDS () |
virtual const Geometry * | firstElement ()=0 |
virtual const Geometry * | nextElement ()=0 |
Protected Attributes | |
SDS * | _pAggregate |
inspected spatial data structure |
Definition at line 17 of file InspectorSDS.h.
|
Constructor
Definition at line 27 of file InspectorSDS.h. |
|
Implicit destructor Definition at line 32 of file InspectorSDS.h. |
|
This method starts new inspection
Implemented in InspectorBVH. Referenced by BVExplorer::_iterate(). |
|
This method continues in inspection
Implemented in InspectorBVH. Referenced by BVExplorer::_iterate(). |
|
inspected spatial data structure
Definition at line 19 of file InspectorSDS.h. Referenced by InspectorBVH::firstElement(). |