|
openscenegraph
|
#include <PlaneIntersector>
Classes | |
| struct | Intersection |
Public Types | |
| typedef std::vector< Intersection > | Intersections |
| 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 | |
| PlaneIntersector * | _parent |
| bool | _recordHeightsAsAttributes |
| osg::ref_ptr< osg::EllipsoidModel > | _em |
| osg::Plane | _plane |
| osg::Polytope | _polytope |
| Intersections | _intersections |
| 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 implementing polytope intersections with the scene graph. To be used in conjunction with IntersectionVisitor.
| typedef std::vector<Intersection> osgUtil::PlaneIntersector::Intersections |
| osgUtil::PlaneIntersector::PlaneIntersector | ( | const osg::Plane & | plane, |
| const osg::Polytope & | boundingPolytope = osg::Polytope() ) |
Construct a PolytopeIntersector using speified polytope in MODEL coordinates.
| osgUtil::PlaneIntersector::PlaneIntersector | ( | CoordinateFrame | cf, |
| const osg::Plane & | plane, | ||
| const osg::Polytope & | boundingPolytope = osg::Polytope() ) |
Construct a PolytopeIntersector using speified polytope in specified coordinate frame.
|
virtual |
Implements osgUtil::Intersector.
References osgUtil::Intersector::Intersector().
|
inlinevirtual |
Implements osgUtil::Intersector.
References getIntersections().
|
virtual |
Implements osgUtil::Intersector.
|
inline |
References _em.
|
inline |
References _intersections, and _parent.
Referenced by containsIntersections(), and insertIntersection().
|
inline |
References _recordHeightsAsAttributes.
|
inline |
References getIntersections().
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Reimplemented from osgUtil::Intersector.
|
inline |
References _em.
|
inline |
References _recordHeightsAsAttributes.
|
protected |
Referenced by getEllipsoidModel(), and setEllipsoidModel().
|
protected |
Referenced by getIntersections().
|
protected |
Referenced by getIntersections().
|
protected |
|
protected |
|
protected |
Referenced by getRecordHeightsAsAttributes(), and setRecordHeightsAsAttributes().