OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Public Attributes | List of all members
osgUtil::PlaneIntersector::Intersection Struct Reference

#include <PlaneIntersector.h>

Collaboration diagram for osgUtil::PlaneIntersector::Intersection:
Collaboration graph
[legend]

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
 

Detailed Description

Definition at line 36 of file PlaneIntersector.h.

Member Typedef Documentation

Definition at line 52 of file PlaneIntersector.h.

Definition at line 51 of file PlaneIntersector.h.

Constructor & Destructor Documentation

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

Definition at line 38 of file PlaneIntersector.h.

Member Function Documentation

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

Definition at line 40 of file PlaneIntersector.h.

Member Data Documentation

Attributes osgUtil::PlaneIntersector::Intersection::attributes

Definition at line 58 of file PlaneIntersector.h.

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

Definition at line 56 of file PlaneIntersector.h.

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

Definition at line 55 of file PlaneIntersector.h.

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

Definition at line 54 of file PlaneIntersector.h.

Polyline osgUtil::PlaneIntersector::Intersection::polyline

Definition at line 57 of file PlaneIntersector.h.


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