OpenSceneGraph
Public Types | Public Member Functions | Public Attributes | List of all members
osgUtil::PlaneIntersector::Intersection Struct Reference

Public Types

typedef std::vector< osg::Vec3dPolyline
 
typedef std::vector< double > Attributes
 

Public Member Functions

 Intersection ()
 
bool operator< (const Intersection &rhs) const
 

Public Attributes

osg::NodePath nodePath
 
osg::ref_ptr< osg::RefMatrixmatrix
 
osg::ref_ptr< osg::Drawabledrawable
 
Polyline polyline
 
Attributes attributes
 

Member Typedef Documentation

◆ Attributes

◆ Polyline

Constructor & Destructor Documentation

◆ Intersection()

osgUtil::PlaneIntersector::Intersection::Intersection ( )
inline

Member Function Documentation

◆ operator<()

bool osgUtil::PlaneIntersector::Intersection::operator< ( const Intersection rhs) const
inline

References drawable, nodePath, and polyline.

Member Data Documentation

◆ attributes

Attributes osgUtil::PlaneIntersector::Intersection::attributes

◆ drawable

osg::ref_ptr<osg::Drawable> osgUtil::PlaneIntersector::Intersection::drawable

Referenced by operator<().

◆ matrix

osg::ref_ptr<osg::RefMatrix> osgUtil::PlaneIntersector::Intersection::matrix

◆ nodePath

osg::NodePath osgUtil::PlaneIntersector::Intersection::nodePath

Referenced by operator<().

◆ polyline

Polyline osgUtil::PlaneIntersector::Intersection::polyline

Referenced by operator<().


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