#include <CAGraph.h>
Public Attributes | |
std::vector< CALayerPair > | theLayerPairs |
std::vector< CALayer > | theLayers |
std::vector< int > | theRootLayers |
std::vector<CALayerPair> CAGraph::theLayerPairs |
Definition at line 46 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), and CellularAutomaton::findTriplets().
std::vector<CALayer> CAGraph::theLayers |
Definition at line 45 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), and CellularAutomaton::findTriplets().
std::vector<int> CAGraph::theRootLayers |
Definition at line 47 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), and CellularAutomaton::findTriplets().