OpenSceneGraph
Public Types | Public Member Functions | Public Attributes | List of all members
osgUtil::Hit Class Reference
Collaboration diagram for osgUtil::Hit:
Collaboration graph
[legend]

Public Types

typedef std::vector< int > VecIndexList
 

Public Member Functions

 Hit ()
 Deprecated.
 
 Hit (const Hit &hit)
 
Hit & operator= (const Hit &hit)
 
bool operator< (const Hit &hit) const
 
const osg::Vec3 & getLocalIntersectPoint () const
 
const osg::Vec3 & getLocalIntersectNormal () const
 
const osg::Vec3 getWorldIntersectPoint () const
 
const osg::Vec3 getWorldIntersectNormal () const
 
float getRatio () const
 
const osg::LineSegment * getOriginalLineSegment () const
 
const osg::LineSegment * getLocalLineSegment () const
 
osg::NodePath & getNodePath ()
 
const osg::NodePath & getNodePath () const
 
osg::Geode * getGeode ()
 
const osg::Geode * getGeode () const
 
osg::Drawable * getDrawable ()
 
const osg::Drawable * getDrawable () const
 
const osg::RefMatrix * getMatrix () const
 
const osg::RefMatrix * getInverseMatrix () const
 
const VecIndexList & getVecIndexList () const
 
int getPrimitiveIndex () const
 

Public Attributes

float _ratio
 
osg::ref_ptr< osg::LineSegment > _originalLineSegment
 
osg::ref_ptr< osg::LineSegment > _localLineSegment
 
osg::NodePath _nodePath
 
osg::ref_ptr< osg::Geode > _geode
 
osg::ref_ptr< osg::Drawable > _drawable
 
osg::ref_ptr< osg::RefMatrix > _matrix
 
osg::ref_ptr< osg::RefMatrix > _inverse
 
VecIndexList _vecIndexList
 
int _primitiveIndex
 
osg::Vec3 _intersectPoint
 
osg::Vec3 _intersectNormal
 

The documentation for this class was generated from the following file: