QuonDefs.h File Reference

#include <Vector2D.h>
#include <NodeHandle.h>
#include <limits.h>
#include <float.h>
#include <set>
#include <map>

Go to the source code of this file.

Defines

#define QINFINITY   DBL_MAX

Typedefs

typedef std::set< Vector2DQPositionSet
typedef std::map< OverlayKey,
Vector2D
QDeleteMap

Enumerations

enum  QState { QUNINITIALIZED, QJOINING, QREADY }
 

Common Quon Definitions.

More...
enum  QNeighborType { QUNDEFINED, QTHIS, QNEIGHBOR, QBINDING }
enum  QPurgeType { QKEEPSOFT, QPURGESOFT }
enum  QUpdateType { QDIRECT, QFOREIGN }

Detailed Description

Author:
Helge Backhaus
Stephan Krause

Definition in file QuonDefs.h.


Define Documentation

#define QINFINITY   DBL_MAX

Definition at line 35 of file QuonDefs.h.


Typedef Documentation

typedef std::map<OverlayKey, Vector2D> QDeleteMap

Definition at line 61 of file QuonDefs.h.

typedef std::set<Vector2D> QPositionSet

Definition at line 60 of file QuonDefs.h.


Enumeration Type Documentation

Enumerator:
QUNDEFINED 
QTHIS 
QNEIGHBOR 
QBINDING 

Definition at line 45 of file QuonDefs.h.

00045                    {
00046     QUNDEFINED, QTHIS, QNEIGHBOR, QBINDING
00047 };

enum QPurgeType
Enumerator:
QKEEPSOFT 
QPURGESOFT 

Definition at line 50 of file QuonDefs.h.

00050                 {
00051     QKEEPSOFT, QPURGESOFT
00052 };

enum QState

Common Quon Definitions.

Enumerator:
QUNINITIALIZED 
QJOINING 
QREADY 

Definition at line 40 of file QuonDefs.h.

00040             {
00041     QUNINITIALIZED, QJOINING, QREADY
00042 };

Enumerator:
QDIRECT 
QFOREIGN 

Definition at line 55 of file QuonDefs.h.

00055                 {
00056     QDIRECT, QFOREIGN
00057 };

Generated on Wed May 26 16:21:15 2010 for OverSim by  doxygen 1.6.3