OpenSceneGraph
3.4.0
|
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, osg::Object *markerObject=0) | |
bool | empty () const |
virtual void | apply (osg::Node &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 |
osg::ref_ptr< osg::Object > | _markerObject |
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 |
osgUtil::StateToCompile::StateToCompile | ( | GLObjectsVisitor::Mode | mode, |
osg::Object * | markerObject = 0 |
||
) |
virtual void osgUtil::StateToCompile::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
virtual void osgUtil::StateToCompile::apply | ( | osg::Drawable & | drawable | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
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 Tue Dec 8 2015 00:14:31 for the OpenSceneGraph by doxygen 1.7.6.1. |