Cafu Engine
TextureMapCubeT Class Reference

This class represents a cube texture-map. More...

#include "TextureMapImpl.hpp"

Inheritance diagram for TextureMapCubeT:

Public Member Functions

unsigned int GetSizeX ()
 
unsigned int GetSizeY ()
 
bool IsCreatedFromMapComp (const MapCompositionT &MC_)
 Returns true if this texture was created from a map composition that was "equivalent" to MC_. More...
 
GLuint GetOpenGLObject ()
 This function returns an OpenGL object for this texture. More...
 
 TextureMapCubeT (const MapCompositionT &MapComp_)
 
 TextureMapCubeT (char *Data_[6], unsigned long SizeX_, unsigned long SizeY_, char BytesPerPixel_, bool MakePrivateCopy, const MapCompositionT &McForFiltersAndWrapping)
 
 TextureMapCubeT (BitmapT *Bitmap_[6], bool MakePrivateCopy, const MapCompositionT &McForFiltersAndWrapping)
 
- Public Member Functions inherited from TextureMapImplT
virtual ~TextureMapImplT ()
 Virtual destructor. More...
 

Detailed Description

This class represents a cube texture-map.

Member Function Documentation

GLuint TextureMapCubeT::GetOpenGLObject ( )
virtual

This function returns an OpenGL object for this texture.

Implements TextureMapImplT.

bool TextureMapCubeT::IsCreatedFromMapComp ( const MapCompositionT MC_)
virtual

Returns true if this texture was created from a map composition that was "equivalent" to MC_.

Implements TextureMapImplT.


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