HDK
|
#include <TIL_ImageCache.h>
Public Member Functions | |
TIL_GetImageOptions () | |
void | setCrop (float u1, float v1, float u2, float v2) |
void | setResolution (exint resx, exint resy) |
Public Attributes | |
float | myZoom |
float | myIZoom |
float | myU1 |
float | myV1 |
float | myU2 |
float | myV2 |
bool | myScaled |
TIL_AlphaOption | myAlpha |
bool | myOnlyIfCached |
bool | myOverrideRes |
exint | myOverX |
exint | myOverY |
TIL_DataFormat | myDataFormat |
bool | myHalfFloatSupport |
bool | myUseAspectRatio |
UT_Options | myUTOptions |
Definition at line 37 of file TIL_ImageCache.h.
|
inline |
Definition at line 39 of file TIL_ImageCache.h.
Definition at line 53 of file TIL_ImageCache.h.
Definition at line 56 of file TIL_ImageCache.h.
TIL_AlphaOption TIL_GetImageOptions::myAlpha |
Definition at line 68 of file TIL_ImageCache.h.
TIL_DataFormat TIL_GetImageOptions::myDataFormat |
Definition at line 72 of file TIL_ImageCache.h.
bool TIL_GetImageOptions::myHalfFloatSupport |
Definition at line 73 of file TIL_ImageCache.h.
float TIL_GetImageOptions::myIZoom |
Definition at line 60 of file TIL_ImageCache.h.
bool TIL_GetImageOptions::myOnlyIfCached |
Definition at line 69 of file TIL_ImageCache.h.
bool TIL_GetImageOptions::myOverrideRes |
Definition at line 70 of file TIL_ImageCache.h.
exint TIL_GetImageOptions::myOverX |
Definition at line 71 of file TIL_ImageCache.h.
exint TIL_GetImageOptions::myOverY |
Definition at line 71 of file TIL_ImageCache.h.
bool TIL_GetImageOptions::myScaled |
Set to true if retrieving a raster at a different resolution and scaling it to return is okay.
Definition at line 66 of file TIL_ImageCache.h.
float TIL_GetImageOptions::myU1 |
Definition at line 61 of file TIL_ImageCache.h.
float TIL_GetImageOptions::myU2 |
Definition at line 62 of file TIL_ImageCache.h.
bool TIL_GetImageOptions::myUseAspectRatio |
Definition at line 74 of file TIL_ImageCache.h.
UT_Options TIL_GetImageOptions::myUTOptions |
Definition at line 76 of file TIL_ImageCache.h.
float TIL_GetImageOptions::myV1 |
Definition at line 61 of file TIL_ImageCache.h.
float TIL_GetImageOptions::myV2 |
Definition at line 62 of file TIL_ImageCache.h.
float TIL_GetImageOptions::myZoom |
Definition at line 59 of file TIL_ImageCache.h.