Inheritance diagram for osgUtil::PositionalStateContainer:

Public Types | |
| typedef std::pair< osg::ref_ptr< const osg::StateAttribute >, osg::ref_ptr< osg::RefMatrix > > | AttrMatrixPair |
| typedef std::vector< AttrMatrixPair > | AttrMatrixList |
| typedef std::map< unsigned int, AttrMatrixList > | TexUnitAttrMatrixListMap |
Public Member Functions | |
| PositionalStateContainer () | |
| virtual osg::Object * | cloneType () const |
| Clone the type of an object, with Object* return type. | |
| virtual osg::Object * | clone (const osg::CopyOp &) const |
| virtual bool | isSameKindAs (const osg::Object *obj) const |
| virtual const char * | libraryName () const |
| return the name of the object's library. | |
| virtual const char * | className () const |
| return the name of the object's class type. | |
| virtual void | reset () |
| virtual void | addPositionedAttribute (osg::RefMatrix *matrix, const osg::StateAttribute *attr) |
| virtual void | addPositionedTextureAttribute (unsigned int textureUnit, osg::RefMatrix *matrix, const osg::StateAttribute *attr) |
| virtual void | draw (osg::State &state, RenderLeaf *&previous, const osg::Matrix *postMultMatrix=0) |
Public Attributes | |
| AttrMatrixList | _attrList |
| TexUnitAttrMatrixListMap | _texAttrListMap |
Protected Member Functions | |
| virtual | ~PositionalStateContainer () |
Used in RenderStage class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
return the name of the object's class type. Must be defined by derived classes. Implements osg::Object. |
|
|
|
|
|
Clone the type of an object, with Object* return type. Must be defined by derived classes. Implements osg::Object. |
|
||||||||||||||||
|
|
|
|
|
|
|
return the name of the object's library. Must be defined by derived classes. The OpenSceneGraph convention is that the namespace of a library is the same as the library name. Implements osg::Object. |
|
|
|
|
|
|
|
|
|