SyncronousAutomaton< T >::SyncronousNode Struct Reference

This structure represent a vertex in synchronous graph with all is properties. More...

#include <SyncronousAutomaton.h>

List of all members.

Public Member Functions

 SyncronousNode (T *cell, T *cellTPlusOne, int begin, int end)
 ToDo:.

Public Attributes

T * centerCell
 The pointer to the game board.
T * centerCellTPlusOne
 The pointer to the game board time t+1.
int endNeighbor
 The end index in the vector of Neighbor's pointer.
int beginNeighbor
 The begin index in the vector of Neighbor's pointer.


Detailed Description

template<class T>
struct SyncronousAutomaton< T >::SyncronousNode

This structure represent a vertex in synchronous graph with all is properties.

The SyncronousNode objects represents the node in the synchronous graph, has a pointer to a state value in the values matrix, and a pointer to a state value in the states plus one matrix, to accomplish the synchrony when change the states values. And a pointers to other states in the matrix representing the edges structures.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 17 00:04:37 2006 for Cagecpp by  doxygen 1.4.7