|
openscenegraph
|
#include <IntersectionVisitor>
Public Types | |
| 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 | |
| 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 |
Pure virtual base class for implementing custom intersection technique. To implement a specific intersection technique on must override all the pure virtual methods, concrete examples of how to do this can be seen in the LineSegmentIntersector.
|
inline |
|
pure virtual |
|
pure virtual |
|
inline |
|
inline |
|
pure virtual |
|
inline |
|
inline |
|
inline |
Get the hint to what precision should be used in the intersections calculations.
|
inline |
|
pure virtual |
|
pure virtual |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
Set the hint to what precision to use in the intersections calculations.
|
protected |
|
protected |
|
protected |
|
protected |