
Public Member Functions | |
| TextureVisitor (bool changeAutoUnRef, bool valueAutoUnRef, bool changeClientImageStorage, bool valueClientImageStorage, bool changeAnisotropy, float valueAnisotropy, Optimizer *optimizer=0) | |
| virtual void | apply (osg::Geode &node) |
| virtual void | apply (osg::Node &node) |
| void | apply (osg::StateSet &stateset) |
| void | apply (osg::Texture &texture) |
Public Attributes | |
| bool | _changeAutoUnRef |
| bool | _valueAutoUnRef |
| bool | _changeClientImageStorage |
| bool | _valueClientImageStorage |
| bool | _changeAnisotropy |
| float | _valueAnisotropy |
| osgUtil::Optimizer::Optimizer::TextureVisitor::TextureVisitor | ( | bool | changeAutoUnRef, | |
| bool | valueAutoUnRef, | |||
| bool | changeClientImageStorage, | |||
| bool | valueClientImageStorage, | |||
| bool | changeAnisotropy, | |||
| float | valueAnisotropy, | |||
| Optimizer * | optimizer = 0 | |||
| ) | [inline] |
| void osgUtil::Optimizer::Optimizer::TextureVisitor::apply | ( | osg::Texture & | texture | ) |
| void osgUtil::Optimizer::Optimizer::TextureVisitor::apply | ( | osg::StateSet & | stateset | ) |
| virtual void osgUtil::Optimizer::Optimizer::TextureVisitor::apply | ( | osg::Node & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| virtual void osgUtil::Optimizer::Optimizer::TextureVisitor::apply | ( | osg::Geode & | node | ) | [virtual] |
Reimplemented from osg::NodeVisitor.
| bool osgUtil::Optimizer::Optimizer::TextureVisitor::_changeAnisotropy |
| bool osgUtil::Optimizer::Optimizer::TextureVisitor::_changeAutoUnRef |
| bool osgUtil::Optimizer::Optimizer::TextureVisitor::_changeClientImageStorage |
| float osgUtil::Optimizer::Optimizer::TextureVisitor::_valueAnisotropy |
| bool osgUtil::Optimizer::Optimizer::TextureVisitor::_valueAutoUnRef |
| bool osgUtil::Optimizer::Optimizer::TextureVisitor::_valueClientImageStorage |
| Generated at Thu Mar 19 23:40:58 2009 for the OpenSceneGraph by doxygen 1.5.8. |