osgUtil::RenderLeaf Class Reference

Inheritance diagram for osgUtil::RenderLeaf:

osg::Referenced List of all members.

Public Member Functions

 RenderLeaf (osg::Drawable *drawable, osg::RefMatrix *projection, osg::RefMatrix *modelview, float depth=0.0f)
void set (osg::Drawable *drawable, osg::RefMatrix *projection, osg::RefMatrix *modelview, float depth=0.0f)
void reset ()
virtual void render (osg::State &state, RenderLeaf *previous)

Public Attributes

StateGraph_parent
osg::Drawable_drawable
osg::ref_ptr< osg::RefMatrix_projection
osg::ref_ptr< osg::RefMatrix_modelview
float _depth

Friends

class osgUtil::StateGraph
 Allow StateGraph to change the RenderLeaf's _parent.

Detailed Description

Container class for all data required for rendering of drawables.


Constructor & Destructor Documentation

osgUtil::RenderLeaf::RenderLeaf ( osg::Drawable drawable,
osg::RefMatrix projection,
osg::RefMatrix modelview,
float  depth = 0.0f 
) [inline]


Member Function Documentation

virtual void osgUtil::RenderLeaf::render ( osg::State state,
RenderLeaf previous 
) [virtual]

void osgUtil::RenderLeaf::reset (  )  [inline]

void osgUtil::RenderLeaf::set ( osg::Drawable drawable,
osg::RefMatrix projection,
osg::RefMatrix modelview,
float  depth = 0.0f 
) [inline]


Friends And Related Function Documentation

friend class osgUtil::StateGraph [friend]

Allow StateGraph to change the RenderLeaf's _parent.


Member Data Documentation

float osgUtil::RenderLeaf::_depth

osg::Drawable* osgUtil::RenderLeaf::_drawable

osg::ref_ptr<osg::RefMatrix> osgUtil::RenderLeaf::_modelview

StateGraph* osgUtil::RenderLeaf::_parent

osg::ref_ptr<osg::RefMatrix> osgUtil::RenderLeaf::_projection


The documentation for this class was generated from the following file:
Generated on Sun Oct 1 13:17:14 2006 for openscenegraph by  doxygen 1.4.7