HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TIL_GetImageOptions Struct Reference

#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
 

Detailed Description

Definition at line 33 of file TIL_ImageCache.h.

Constructor & Destructor Documentation

TIL_GetImageOptions::TIL_GetImageOptions ( )
inline

Definition at line 35 of file TIL_ImageCache.h.

Member Function Documentation

void TIL_GetImageOptions::setCrop ( float  u1,
float  v1,
float  u2,
float  v2 
)
inline

Definition at line 48 of file TIL_ImageCache.h.

void TIL_GetImageOptions::setResolution ( exint  resx,
exint  resy 
)
inline

Definition at line 51 of file TIL_ImageCache.h.

Member Data Documentation

TIL_AlphaOption TIL_GetImageOptions::myAlpha

Definition at line 63 of file TIL_ImageCache.h.

TIL_DataFormat TIL_GetImageOptions::myDataFormat

Definition at line 67 of file TIL_ImageCache.h.

bool TIL_GetImageOptions::myHalfFloatSupport

Definition at line 68 of file TIL_ImageCache.h.

float TIL_GetImageOptions::myIZoom

Definition at line 55 of file TIL_ImageCache.h.

bool TIL_GetImageOptions::myOnlyIfCached

Definition at line 64 of file TIL_ImageCache.h.

bool TIL_GetImageOptions::myOverrideRes

Definition at line 65 of file TIL_ImageCache.h.

exint TIL_GetImageOptions::myOverX

Definition at line 66 of file TIL_ImageCache.h.

exint TIL_GetImageOptions::myOverY

Definition at line 66 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 61 of file TIL_ImageCache.h.

float TIL_GetImageOptions::myU1

Definition at line 56 of file TIL_ImageCache.h.

float TIL_GetImageOptions::myU2

Definition at line 57 of file TIL_ImageCache.h.

bool TIL_GetImageOptions::myUseAspectRatio

Definition at line 69 of file TIL_ImageCache.h.

float TIL_GetImageOptions::myV1

Definition at line 56 of file TIL_ImageCache.h.

float TIL_GetImageOptions::myV2

Definition at line 57 of file TIL_ImageCache.h.

float TIL_GetImageOptions::myZoom

Definition at line 54 of file TIL_ImageCache.h.


The documentation for this struct was generated from the following file: