gramods
Public Member Functions | List of all members
gramods::gmGraphics::Texture Class Reference

The base of classes providing texture data for rendering. More...

#include <Texture.hh>

Inheritance diagram for gramods::gmGraphics::Texture:
Inheritance graph
[legend]
Collaboration diagram for gramods::gmGraphics::Texture:
Collaboration graph
[legend]

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...
 

Detailed Description

The base of classes providing texture data for rendering.

Member Function Documentation

◆ getDefaultKey()

virtual std::string gramods::gmGraphics::Texture::getDefaultKey ( )
inlineoverridevirtual

Returns the default key, in Configuration, for the Object.

Reimplemented from gramods::gmCore::Object.


The documentation for this class was generated from the following file: