Public Member Functions | Protected Attributes

STexture Class Reference

#include <SO3Texture.h>

Inheritance diagram for STexture:
SData

List of all members.

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

Detailed Description

Definition at line 40 of file SO3Texture.h.


Constructor & Destructor Documentation

STexture::STexture ( std::string  textureName )

Definition at line 9 of file SO3Texture.cpp.

STexture::~STexture (  )

Definition at line 20 of file SO3Texture.cpp.


Member Function Documentation

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.


Member Data Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines