/home/enzo/treballs/fib/pfc/nanocomp/src/grid.hpp File Reference

#include <vector>

Include dependency graph for grid.hpp:

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

Go to the source code of this file.

Classes

class  Grid
 Class representing the spaces. More...

Typedefs

typedef vector< vector< int > > matrix

Enumerations

enum  Status {
  nDONTCARE = 0, nNOSPACE, nENABLED, nDISABLED,
  nINPUT, nOUTPUT, nERROR
}
 Status enum. More...


Typedef Documentation

typedef vector< vector<int> > matrix
 

Definition at line 51 of file grid.hpp.


Enumeration Type Documentation

enum Status
 

Status enum.

This enum represents the different status of a cell on a grid can have.

Enumerator:
nDONTCARE  There can be a molecule or not.
nNOSPACE  The space is not available for use.
nENABLED  There is a molecule on the space.
nDISABLED  There is not a molecule on the space.
nINPUT  The space is an input.
nOUTPUT  The space is an output.
nERROR  Special status.

Definition at line 38 of file grid.hpp.


Generated on Fri Sep 1 23:55:33 2006 for NanoComp by  doxygen 1.4.6