Texture.h File Reference

#include <stdlib.h>
#include <iostream>
#include <GL/glut.h>
#include <cmath>
#include <string>
#include <errno.h>
#include <GL/glext.h>
#include <stdio.h>
#include <png.h>
#include <jpeglib.h>
#include <jerror.h>

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Texture

Defines

#define MAX_SIZE_EXTENSION   15
#define NO_FORMAT   0
#define JPG_FORMAT   1
#define PNG_FORMAT   2


Define Documentation

#define JPG_FORMAT   1

Definition at line 24 of file Texture.h.

Referenced by Texture::get_file_type(), and Texture::load_picture().

#define MAX_SIZE_EXTENSION   15

Definition at line 20 of file Texture.h.

#define NO_FORMAT   0

Definition at line 23 of file Texture.h.

Referenced by Texture::get_file_type(), and Texture::load_picture().

#define PNG_FORMAT   2

Definition at line 25 of file Texture.h.

Referenced by Texture::get_file_type(), and Texture::load_picture().


Generated on Mon Mar 30 16:56:03 2009 by  doxygen 1.5.6