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

Public Types

enum  { MaxNumIntesectionPoints =6 }
 

Public Member Functions

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

Public Attributes

double distance
 distance from reference plane More...
 
double maxDistance
 maximum distance of intersection points from reference plane More...
 
osg::NodePath nodePath
 
osg::ref_ptr< osg::Drawabledrawable
 
osg::ref_ptr< osg::RefMatrixmatrix
 
Vec3_type localIntersectionPoint
 center of all intersection points More...
 
unsigned int numIntersectionPoints
 
Vec3_type intersectionPoints [MaxNumIntesectionPoints]
 
unsigned int primitiveIndex
 primitive index More...
 

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
MaxNumIntesectionPoints 

Constructor & Destructor Documentation

◆ Intersection()

osgUtil::PolytopeIntersector::Intersection::Intersection ( )
inline

Member Function Documentation

◆ operator<()

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

Member Data Documentation

◆ distance

double osgUtil::PolytopeIntersector::Intersection::distance

distance from reference plane

Referenced by operator<().

◆ drawable

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

Referenced by operator<().

◆ intersectionPoints

Vec3_type osgUtil::PolytopeIntersector::Intersection::intersectionPoints[MaxNumIntesectionPoints]

◆ localIntersectionPoint

Vec3_type osgUtil::PolytopeIntersector::Intersection::localIntersectionPoint

center of all intersection points

◆ matrix

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

◆ maxDistance

double osgUtil::PolytopeIntersector::Intersection::maxDistance

maximum distance of intersection points from reference plane

◆ nodePath

osg::NodePath osgUtil::PolytopeIntersector::Intersection::nodePath

Referenced by operator<().

◆ numIntersectionPoints

unsigned int osgUtil::PolytopeIntersector::Intersection::numIntersectionPoints

◆ primitiveIndex

unsigned int osgUtil::PolytopeIntersector::Intersection::primitiveIndex

primitive index

Referenced by operator<().


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