#include <CAGraph.h>
Public Member Functions | |
int | getLayerId (const std::string &layerName) |
Public Attributes | |
std::vector< CALayerPair > | theLayerPairs |
std::vector< CALayer > | theLayers |
std::vector< int > | theRootLayers |
|
inline |
Definition at line 51 of file CAGraph.h.
References phase1PixelTopology::layerName, and theLayers.
Referenced by CACut::setCutValuesByLayerIds().
std::vector<CALayerPair> CAGraph::theLayerPairs |
Definition at line 60 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), and CellularAutomaton::findTriplets().
std::vector<CALayer> CAGraph::theLayers |
Definition at line 59 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), CellularAutomaton::findTriplets(), and getLayerId().
std::vector<int> CAGraph::theRootLayers |
Definition at line 61 of file CAGraph.h.
Referenced by CellularAutomaton::createAndConnectCells(), CellularAutomaton::evolve(), and CellularAutomaton::findTriplets().