Shadowrun: Awakened 29 September 2011 - Build 871
Classes | Enumerations | Variables
Graph.h File Reference
#include "Matrix.h"
#include "tbb/atomic.h"
#include <vector>
Include dependency graph for Graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cell
class  Graph
 A directed graph where the vertices are Cells.

Enumerations

enum  OpKind {
  OP_VALUE, OP_NEGATE, OP_ADD, OP_SUB,
  OP_MUL
}

Variables

static const int ArityOfOp [] = {0,1,2,2,2}

Enumeration Type Documentation

enum OpKind
Enumerator:
OP_VALUE 
OP_NEGATE 
OP_ADD 
OP_SUB 
OP_MUL 

Definition at line 33 of file Graph.h.

            {
    // Use Cell's value
    OP_VALUE,
    // Unary negation
    OP_NEGATE,
    // Addition
    OP_ADD,
    // Subtraction
    OP_SUB,
    // Multiplication
    OP_MUL
};

Variable Documentation

const int ArityOfOp[] = {0,1,2,2,2} [static]

Definition at line 46 of file Graph.h.


Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net