#include <OSGTextureManager.h>
Public Member Functions | |
| TextureRecord (ImagePtr img, UInt32 internal, UInt32 externalFormat, Int32 stage0, Int32 stage1) | |
| ! --- CLASS TextureRecord ------------------------------------------------- | |
| ~TextureRecord (void) | |
Public Attributes | |
| ImagePtr | _image |
| UInt32 | _internalFormat |
| UInt32 | _externalFormat |
| Int32 | _textureStage0 |
| Int32 | _textureStage1 |
Private Member Functions | |
| TextureRecord (const TextureRecord &source) | |
| void | operator= (const TextureRecord &source) |
Definition at line 33 of file OSGTextureManager.h.
|
||||||||||||||||||||||||
|
Definition at line 30 of file OSGTextureManager.cpp. References _image, and osg::addRefCP(). 00034 : 00035 _internalFormat(internal ), 00036 _externalFormat(externalFormat), 00037 _textureStage0 (stage0 ), 00038 _textureStage1 (stage1 ) 00039 { 00040 _image = img; 00041 addRefCP(_image); 00042 }
|
|
|
Definition at line 44 of file OSGTextureManager.cpp. References _image, osg::NullFC, and osg::subRefCP().
|
|
|
! We do not want the copy constructor to be called - ! would require deep copy |
|
|
|
|
|
Definition at line 35 of file OSGTextureManager.h. Referenced by TextureRecord(), and ~TextureRecord(). |
|
|
Definition at line 36 of file OSGTextureManager.h. |
|
|
Definition at line 37 of file OSGTextureManager.h. |
|
|
Definition at line 38 of file OSGTextureManager.h. |
|
|
Definition at line 39 of file OSGTextureManager.h. |
1.4.3