Automaton< T > | The Automaton class is the main class in the library, represents a Cellular Automata type |
Automaton< T >::Node | This structure represent a vertex in graph with all is properties |
Dimension | This type of objects represent one dimension |
Map | Mix topology and neighborhood classes to determine the actual form in the graph |
Neighborhood | This class represents the desired form for the neighborhood |
SyncronousAutomaton< T > | The SyncronousAutomaton is almost the same that the Automaton class but with the elements to accomplish synchronicity |
SyncronousAutomaton< T >::SyncronousNode | This structure represent a vertex in synchronous graph with all is properties |
Topology | This class represent the possible form of the graph |