Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
lib
util
GLtexture.h
Go to the documentation of this file.
1
#ifndef __GLtexture_H__
2
#define __GLtexture_H__
3
4
class
GLtexture
5
{
6
public
:
7
int
numComponents
;
8
int
width
,
height
;
9
bool
repeatS
,
repeatT
;
10
std::vector<unsigned char>
image
;
11
std::string
url
;
12
};
13
14
#endif
GLtexture::repeatS
bool repeatS
Definition:
GLtexture.h:9
GLtexture::height
int height
Definition:
GLtexture.h:8
GLtexture::url
std::string url
Definition:
GLtexture.h:11
GLtexture::numComponents
int numComponents
Definition:
GLtexture.h:7
GLtexture::width
int width
Definition:
GLtexture.h:8
GLtexture
Definition:
GLtexture.h:4
GLtexture::repeatT
bool repeatT
Definition:
GLtexture.h:9
GLtexture::image
std::vector< unsigned char > image
Definition:
GLtexture.h:10
hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50