|
OSG
3.4.0
|
#include <IntersectionVisitor.h>


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 | setThreadSafeReferenceCounting (bool enableThreadSafeReferenceCounting) |
| static bool | getThreadSafeReferenceCounting () |
| 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.
Definition at line 112 of file IntersectionVisitor.h.
| typedef std::vector< osg::ref_ptr<Intersector> > osgUtil::IntersectorGroup::Intersectors |
Definition at line 121 of file IntersectionVisitor.h.
| 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.
Definition at line 124 of file IntersectionVisitor.h.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Reimplemented from osgUtil::Intersector.
|
protected |
Definition at line 145 of file IntersectionVisitor.h.
1.8.8