Public Member Functions | Public Attributes

osgUtil::Optimizer::TextureVisitor Class Reference

Inheritance diagram for osgUtil::Optimizer::TextureVisitor:
osgUtil::BaseOptimizerVisitor osg::NodeVisitor osg::Referenced

List of all members.

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

Detailed Description

For all textures apply settings.


Constructor & Destructor Documentation

osgUtil::Optimizer::TextureVisitor::TextureVisitor ( bool  changeAutoUnRef,
bool  valueAutoUnRef,
bool  changeClientImageStorage,
bool  valueClientImageStorage,
bool  changeAnisotropy,
float  valueAnisotropy,
Optimizer optimizer = 0 
) [inline]

Member Function Documentation

virtual void osgUtil::Optimizer::TextureVisitor::apply ( osg::Geode node ) [virtual]

Reimplemented from osg::NodeVisitor.

void osgUtil::Optimizer::TextureVisitor::apply ( osg::Texture texture )
void osgUtil::Optimizer::TextureVisitor::apply ( osg::StateSet stateset )
virtual void osgUtil::Optimizer::TextureVisitor::apply ( osg::Node node ) [virtual]

Reimplemented from osg::NodeVisitor.


Member Data Documentation


The documentation for this class was generated from the following file: