|
openscenegraph
|
#include <IntersectionVisitor>
Public Types | |
| typedef std::vector< osg::ref_ptr< Intersector > > | Intersectors |
Public Types inherited from osgUtil::Intersector | |
| enum | CoordinateFrame { WINDOW , PROJECTION , VIEW , MODEL } |
| enum | IntersectionLimit { NO_LIMIT , LIMIT_ONE_PER_DRAWABLE , LIMIT_ONE , LIMIT_NEAREST } |
| enum | PrecisionHint { USE_DOUBLE_CALCULATIONS , USE_FLOAT_CALCULATIONS } |
Protected Attributes | |
| Intersectors | _intersectors |
Protected Attributes inherited from osgUtil::Intersector | |
| CoordinateFrame | _coordinateFrame |
| IntersectionLimit | _intersectionLimit |
| unsigned int | _disabledCount |
| PrecisionHint | _precisionHint |
Protected Attributes inherited from osg::Referenced | |
| OpenThreads::AtomicPtr | _observerSet |
| OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
Static Public Member Functions inherited from osg::Referenced | |
| static OpenThreads::Mutex * | getGlobalReferencedMutex () |
| static void | setDeleteHandler (DeleteHandler *handler) |
| static DeleteHandler * | getDeleteHandler () |
Protected Member Functions inherited from osg::Referenced | |
| virtual | ~Referenced () |
| void | signalObserversAndDelete (bool signalDelete, bool doDelete) const |
| void | deleteUsingDeleteHandler () const |
Concrete class for passing multiple intersectors through the scene graph. To be used in conjunction with IntersectionVisitor.
| typedef std::vector< osg::ref_ptr<Intersector> > osgUtil::IntersectorGroup::Intersectors |
| osgUtil::IntersectorGroup::IntersectorGroup | ( | ) |
| void osgUtil::IntersectorGroup::addIntersector | ( | Intersector * | intersector | ) |
Add an Intersector.
| void osgUtil::IntersectorGroup::clear | ( | ) |
Clear the list of intersectors.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Implements osgUtil::Intersector.
|
inline |
Get the list of intersector.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Reimplemented from osgUtil::Intersector.
|
protected |