openscenegraph
|
#include <PlaneIntersector>
Classes | |
struct | Intersection |
Public Types | |
typedef std::vector< Intersection > | Intersections |
![]() | |
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 |
![]() | |
CoordinateFrame | _coordinateFrame |
IntersectionLimit | _intersectionLimit |
unsigned int | _disabledCount |
PrecisionHint | _precisionHint |
![]() | |
OpenThreads::AtomicPtr | _observerSet |
OpenThreads::Atomic | _refCount |
Additional Inherited Members | |
![]() | |
static OpenThreads::Mutex * | getGlobalReferencedMutex () |
static void | setDeleteHandler (DeleteHandler *handler) |
static DeleteHandler * | getDeleteHandler () |
![]() | |
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.
|
inlinevirtual |
Implements osgUtil::Intersector.
|
virtual |
Implements osgUtil::Intersector.
|
inline |
|
inline |
|
inline |
|
inline |
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Implements osgUtil::Intersector.
|
virtual |
Reimplemented from osgUtil::Intersector.
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |