|
OpenSceneGraph
3.0.1
|

Public Types | |
| typedef std::set< osg::Drawable * > | DrawableSet |
| typedef std::set< osg::StateSet * > | StateSetSet |
| typedef std::set< osg::Texture * > | TextureSet |
| typedef std::set< osg::Program * > | ProgramSet |
Public Member Functions | |
| StateToCompile (GLObjectsVisitor::Mode mode) | |
| bool | empty () const |
| virtual void | apply (osg::Node &node) |
| virtual void | apply (osg::Geode &node) |
| virtual void | apply (osg::Drawable &drawable) |
| virtual void | apply (osg::StateSet &stateset) |
| virtual void | apply (osg::Texture &texture) |
Public Attributes | |
| DrawableSet | _drawablesHandled |
| StateSetSet | _statesetsHandled |
| GLObjectsVisitor::Mode | _mode |
| DrawableSet | _drawables |
| TextureSet | _textures |
| ProgramSet | _programs |
| bool | _assignPBOToImages |
| osg::ref_ptr < osg::PixelBufferObject > | _pbo |
| typedef std::set<osg::Drawable*> osgUtil::StateToCompile::DrawableSet |
| typedef std::set<osg::Program*> osgUtil::StateToCompile::ProgramSet |
| typedef std::set<osg::StateSet*> osgUtil::StateToCompile::StateSetSet |
| typedef std::set<osg::Texture*> osgUtil::StateToCompile::TextureSet |
| virtual void osgUtil::StateToCompile::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StateToCompile::apply | ( | osg::Geode & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::StateToCompile::apply | ( | osg::Drawable & | drawable | ) | [virtual] |
| virtual void osgUtil::StateToCompile::apply | ( | osg::StateSet & | stateset | ) | [virtual] |
| virtual void osgUtil::StateToCompile::apply | ( | osg::Texture & | texture | ) | [virtual] |
| bool osgUtil::StateToCompile::empty | ( | ) | const [inline] |
| Generated at Thu Sep 27 2012 17:03:28 for the OpenSceneGraph by doxygen 1.7.6.1. |