|
openscenegraph
|
Public Types | |
| enum | CoordinateFrame { WINDOW, PROJECTION, VIEW, MODEL } |
| enum | IntersectionLimit { NO_LIMIT, LIMIT_ONE_PER_DRAWABLE, LIMIT_ONE, LIMIT_NEAREST } |
Protected Attributes | |
| CoordinateFrame | _coordinateFrame |
| IntersectionLimit | _intersectionLimit |
| unsigned int | _disabledCount |
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 |
Pure virtual base class for implementing custom intersection technique. To implement a specific intersection technique on must override all the pure virtue methods, concrete examples of how to do this can be seen in the LineSegmentIntersector.
|
inline |
|
pure virtual |
|
pure virtual |
Implemented in osgUtil::IntersectorGroup, osgUtil::PolytopeIntersector, osgUtil::LineSegmentIntersector, and osgUtil::PlaneIntersector.
Referenced by reachedLimit().
|
inline |
References _disabledCount.
|
inline |
References _disabledCount.
|
pure virtual |
|
inline |
References _coordinateFrame.
|
inline |
References _intersectionLimit.
|
inline |
References _disabledCount.
|
pure virtual |
|
pure virtual |
|
inline |
References _intersectionLimit, containsIntersections(), and LIMIT_ONE.
|
inlinevirtual |
Reimplemented in osgUtil::IntersectorGroup, osgUtil::PolytopeIntersector, osgUtil::LineSegmentIntersector, and osgUtil::PlaneIntersector.
References _disabledCount.
|
inline |
References _coordinateFrame.
|
inline |
References _intersectionLimit.
|
protected |
Referenced by getCoordinateFrame(), and setCoordinateFrame().
|
protected |
Referenced by decrementDisabledCount(), disabled(), incrementDisabledCount(), and reset().
|
protected |
Referenced by getIntersectionLimit(), reachedLimit(), and setIntersectionLimit().
1.8.6