![]() |
VR-Forces 5.0.3 Developer's Guide
|
Helper class to be used in conjunction with DtOsgReferencedCollection Was uncessarily in DtOsgFileCache. Moved here now.

Classes | |
| union | KeyType |
Public Types | |
| typedef std::pair< KeyType, osg::ref_ptr< osg::Texture > > | KeyTexturePair |
| typedef std::vector < KeyTexturePair > | TextureList |
Public Member Functions | |
| bool | flush () |
| void | releaseGLObjects (osg::State *state) |
| bool | findTexture (unsigned int minFilter, unsigned int magFilter, unsigned int wrapS, unsigned wrapT, bool compressed, osg::ref_ptr< osg::Texture > &texture) |
| void | addTexture (osg::Texture *texture, bool compressed) |
Public Attributes | |
| TextureList | myTextures |
| typedef std::pair<KeyType, osg::ref_ptr<osg::Texture> > makVrv::DtTextureCollection::KeyTexturePair |
| typedef std::vector<KeyTexturePair> makVrv::DtTextureCollection::TextureList |
|
inline |
|
inline |
|
inline |
| TextureList makVrv::DtTextureCollection::myTextures |