Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

definition.h File Reference


Detailed Description

This file provides some usefull data stuctures for D.R.I.V.E.

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Data Structures

struct  Object_u
 Object type that contain information about geometric object. More...

struct  WU
 Working unit information. More...

struct  LEVEL
 Level information. More...

struct  HOTSPOT
 Hotspot data information. More...

struct  PATHNODE
 Node of path information. More...

struct  _point
 Point struct. More...


Defines

#define DRIVE_DEFS_H   1 /**< Protect from reinclusion*/
 Protect from reinclusion.


Typedefs

typedef Object_u object_u
 Object type that contain information about geometric object.

typedef WU wu
 Working unit information.

typedef LEVEL level
 Level information.

typedef HOTSPOT hotspot
 Hotspot data information.

typedef PATHNODE pathnode
 Node of path information.

typedef _point point
 Point struct.


Enumerations

enum  type_object {
  BOX, SPHERE, CYLINDER, CONE,
  FACE
}
 Enumeration of Geometric primitive that can be rendered. More...


Variables

int windowhd
 The window handler.


Define Documentation

#define DRIVE_DEFS_H   1 /**< Protect from reinclusion*/
 

Protect from reinclusion.


Typedef Documentation

typedef struct HOTSPOT hotspot
 

Hotspot data information.

typedef struct LEVEL level
 

Level information.

Levels in first version are not supported.

typedef struct Object_u object_u
 

Object type that contain information about geometric object.

typedef struct PATHNODE pathnode
 

Node of path information.

typedef struct _point point
 

Point struct.

typedef struct WU wu
 

Working unit information.


Enumeration Type Documentation

enum type_object
 

Enumeration of Geometric primitive that can be rendered.

Enumeration values:
BOX 
SPHERE 
CYLINDER 
CONE 
FACE 


Variable Documentation

int windowhd
 

The window handler.


SourceForge.net Logo

Generated on Mon Jun 14 17:25:56 2004 for D.R.I.V.E. by doxygen 1.3.7