OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osgUtil::CullVisitor::MatrixPlanesDrawables Struct Reference

Public Member Functions

 MatrixPlanesDrawables ()
 
void set (const osg::Matrix &matrix, const osg::Drawable *drawable, const osg::Polytope &frustum)
 
 MatrixPlanesDrawables (const MatrixPlanesDrawables &mpd)
 
MatrixPlanesDrawablesoperator= (const MatrixPlanesDrawables &mpd)
 

Public Attributes

osg::Matrix _matrix
 
const osg::Drawable_drawable
 
osg::Polytope::PlaneList _planes
 

Constructor & Destructor Documentation

◆ MatrixPlanesDrawables() [1/2]

osgUtil::CullVisitor::MatrixPlanesDrawables::MatrixPlanesDrawables ( )
inline

◆ MatrixPlanesDrawables() [2/2]

osgUtil::CullVisitor::MatrixPlanesDrawables::MatrixPlanesDrawables ( const MatrixPlanesDrawables mpd)
inline

Member Function Documentation

◆ operator=()

MatrixPlanesDrawables& osgUtil::CullVisitor::MatrixPlanesDrawables::operator= ( const MatrixPlanesDrawables mpd)
inline

References _drawable, _matrix, and _planes.

◆ set()

void osgUtil::CullVisitor::MatrixPlanesDrawables::set ( const osg::Matrix matrix,
const osg::Drawable drawable,
const osg::Polytope frustum 
)
inline

Member Data Documentation

◆ _drawable

const osg::Drawable* osgUtil::CullVisitor::MatrixPlanesDrawables::_drawable

Referenced by operator=().

◆ _matrix

osg::Matrix osgUtil::CullVisitor::MatrixPlanesDrawables::_matrix

Referenced by operator=().

◆ _planes

osg::Polytope::PlaneList osgUtil::CullVisitor::MatrixPlanesDrawables::_planes

Referenced by operator=().


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