#include <imagemap.h>
Public Member Functions | |
TexInfo (ImageTextureFilterType type, const string &f, float ma, ImageWrap wm, float ga, float gam) | |
bool | operator< (const TexInfo &t2) const |
Public Attributes | |
ImageTextureFilterType | filterType |
string | filename |
float | maxAniso |
ImageWrap | wrapMode |
float | gain |
float | gamma |
Definition at line 255 of file imagemap.h.
lux::TexInfo::TexInfo | ( | ImageTextureFilterType | type, | |
const string & | f, | |||
float | ma, | |||
ImageWrap | wm, | |||
float | ga, | |||
float | gam | |||
) | [inline] |
Definition at line 256 of file imagemap.h.
bool lux::TexInfo::operator< | ( | const TexInfo & | t2 | ) | const [inline] |
Definition at line 268 of file imagemap.h.
References filename, filterType, gain, gamma, maxAniso, and wrapMode.
string lux::TexInfo::filename |
Definition at line 262 of file imagemap.h.
Referenced by operator<().
Definition at line 261 of file imagemap.h.
Referenced by operator<().
float lux::TexInfo::gain |
Definition at line 265 of file imagemap.h.
Referenced by operator<().
float lux::TexInfo::gamma |
Definition at line 266 of file imagemap.h.
Referenced by operator<().
float lux::TexInfo::maxAniso |
Definition at line 263 of file imagemap.h.
Referenced by operator<().
Definition at line 264 of file imagemap.h.
Referenced by operator<().