|
gramods
|
The base of classes providing texture data for rendering. More...
#include <Texture.hh>


Public Member Functions | |
| virtual std::string | getDefaultKey () override |
| Returns the default key, in Configuration, for the Object. More... | |
Public Member Functions inherited from gramods::gmCore::Object | |
| Object () | |
| Initializes internal data. More... | |
| virtual | ~Object () |
| Cleaning up internal data. More... | |
| virtual void | initialize () |
| Called to initialize the Object. More... | |
| virtual void | accept (Visitor *visitor) |
| Calls the visitors apply method with this as argument. More... | |
| virtual void | traverse (Visitor *visitor) |
| Calls the child Object's accept method, if such exist. More... | |
| bool | isInitialized () |
| Returns true if the Object is initialized. More... | |
Public Member Functions inherited from gramods::gmGraphics::TextureInterface | |
| virtual GLuint | updateTexture (size_t frame_number, Eye eye)=0 |
| Updates the texture and returns the ID of the associated GL texture object. More... | |
The base of classes providing texture data for rendering.
|
inlineoverridevirtual |
Returns the default key, in Configuration, for the Object.
Reimplemented from gramods::gmCore::Object.