HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tiledevice.C File Reference
#include <UT/UT_Args.h>
#include <UT/UT_Exit.h>
#include <UT/UT_Main.h>
#include <UT/UT_WorkBuffer.h>
#include <IMG/IMG_TileDevice.h>
#include <IMG/IMG_TileOptions.h>
#include <TIL/TIL_TileMPlay.h>
+ Include dependency graph for tiledevice.C:

Go to the source code of this file.

Classes

struct  PlaneDef
 

Macros

#define XRES   320
 
#define YRES   240
 
#define TXRES   16
 
#define TYRES   16
 
#define NPLANES   (sizeof(thePlanes)/sizeof(PlaneDef))
 

Functions

int theMain (int argc, char *argv[])
 
 UT_MAIN (theMain)
 

Variables

PlaneDef thePlanes []
 

Macro Definition Documentation

#define NPLANES   (sizeof(thePlanes)/sizeof(PlaneDef))
Examples:
standalone/tiledevice.C.

Definition at line 63 of file tiledevice.C.

#define TXRES   16
Examples:
standalone/tiledevice.C.

Definition at line 48 of file tiledevice.C.

#define TYRES   16
Examples:
standalone/tiledevice.C.

Definition at line 49 of file tiledevice.C.

#define XRES   320
Examples:
standalone/tiledevice.C.

Definition at line 46 of file tiledevice.C.

#define YRES   240
Examples:
standalone/tiledevice.C.

Definition at line 47 of file tiledevice.C.

Function Documentation

int theMain ( int  argc,
char *  argv[] 
)

Definition at line 172 of file tiledevice.C.

UT_MAIN ( theMain  )

Variable Documentation

PlaneDef thePlanes[]
Initial value:
Examples:
standalone/tiledevice.C.

Definition at line 57 of file tiledevice.C.