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

§ 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

§ _matrix

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

§ _planes

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

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