Main Page | Namespace List | Class Hierarchy | Compound List | File List | Compound Members | File Members

wind.h File Reference

#include <stdio.h>
#include <math.h>
#include <stdlib.h>

Go to the source code of this file.

Compounds

class  FNode
class  SNet
class  SNode

Defines

#define NET_WIDTH   8
#define NET_HEIGHT   5
#define WIND_CONE_DELTA   5.0f
#define MAX_NEIGHBOURS   4
#define MAX_WIND_SPEED   20

Enumerations

enum  _tstage { LONELY = 0, EMPTY, INITIAL, READY }
enum  _tdirections {
  NORTH = 0, NORTHWEST, WEST, SOUTHWEST,
  SOUTH, SOUTHEAST, EAST, NORTHEAST
}


Define Documentation

#define MAX_NEIGHBOURS   4
 

Definition at line 28 of file wind.h.

#define MAX_WIND_SPEED   20
 

Definition at line 29 of file wind.h.

Referenced by FNode::FNode().

#define NET_HEIGHT   5
 

Definition at line 26 of file wind.h.

Referenced by FNode::FNode().

#define NET_WIDTH   8
 

Definition at line 25 of file wind.h.

Referenced by FNode::FNode().

#define WIND_CONE_DELTA   5.0f
 

Definition at line 27 of file wind.h.

Referenced by FNode::FNode().


Enumeration Type Documentation

enum _tdirections
 

Enumeration values:
NORTH 
NORTHWEST 
WEST 
SOUTHWEST 
SOUTH 
SOUTHEAST 
EAST 
NORTHEAST 

Definition at line 14 of file wind.h.

enum _tstage
 

Enumeration values:
LONELY 
EMPTY 
INITIAL 
READY 

Definition at line 8 of file wind.h.


Generated on Sat Jul 12 04:29:21 2003 for glPirates by doxygen 1.3.2