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)
 
Hitoperator= (const Hit &hit)
 
bool operator< (const Hit &hit) const
 
const osg::Vec3getLocalIntersectPoint () const
 
const osg::Vec3getLocalIntersectNormal () const
 
const osg::Vec3 getWorldIntersectPoint () const
 
const osg::Vec3 getWorldIntersectNormal () const
 
float getRatio () const
 
const osg::LineSegmentgetOriginalLineSegment () const
 
const osg::LineSegmentgetLocalLineSegment () const
 
osg::NodePathgetNodePath ()
 
const osg::NodePathgetNodePath () const
 
osg::GeodegetGeode ()
 
const osg::GeodegetGeode () const
 
osg::DrawablegetDrawable ()
 
const osg::DrawablegetDrawable () const
 
const osg::RefMatrixgetMatrix () const
 
const osg::RefMatrixgetInverseMatrix () 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: