Public Types | |
typedef std::vector < osg::Vec3d > | Polyline |
typedef std::vector < double > | Attributes |
Public Member Functions | |
Intersection () | |
bool | operator< (const Intersection &rhs) const |
Public Attributes | |
osg::NodePath | nodePath |
osg::ref_ptr < osg::RefMatrix > | matrix |
osg::ref_ptr < osg::Drawable > | drawable |
Polyline | polyline |
Attributes | attributes |
typedef std::vector<osg::Vec3d> osgUtil::PlaneIntersector::Intersection::Polyline |
typedef std::vector<double> osgUtil::PlaneIntersector::Intersection::Attributes |
osgUtil::PlaneIntersector::Intersection::Intersection | ( | ) | [inline] |
bool osgUtil::PlaneIntersector::Intersection::operator< | ( | const Intersection & | rhs | ) | const [inline] |