#include <SO3Texture.h>
Public Member Functions | |
| STexture (std::string textureName) | |
| ~STexture () | |
| void | SetPath (char *newPath) |
| void | SetPath (string newPath) |
| Ogre::TexturePtr | getOgreTexturePointer () |
| void | setOgreTexturePointer (Ogre::TexturePtr mTexture) |
Protected Attributes | |
| Ogre::TexturePtr | O3TexturePtr |
| string | path |
Definition at line 40 of file SO3Texture.h.
| STexture::STexture | ( | std::string | textureName ) |
Definition at line 9 of file SO3Texture.cpp.
| STexture::~STexture | ( | ) |
Definition at line 20 of file SO3Texture.cpp.
| Ogre::TexturePtr STexture::getOgreTexturePointer | ( | ) |
Definition at line 34 of file SO3Texture.cpp.
| void STexture::setOgreTexturePointer | ( | Ogre::TexturePtr | mTexture ) |
Definition at line 39 of file SO3Texture.cpp.
| void STexture::SetPath | ( | char * | newPath ) |
Definition at line 24 of file SO3Texture.cpp.
| void STexture::SetPath | ( | string | newPath ) |
Definition at line 29 of file SO3Texture.cpp.
Ogre::TexturePtr STexture::O3TexturePtr [protected] |
Definition at line 44 of file SO3Texture.h.
string STexture::path [protected] |
Definition at line 45 of file SO3Texture.h.
1.7.2