#include <CAGraph.h>
Public Member Functions | |
CALayerPair (int a, int b) | |
bool | operator== (const CALayerPair &otherLayerPair) |
Public Attributes | |
std::array< unsigned int, 2 > | theFoundCells = {{0, 0}} |
std::array< int, 2 > | theLayers |
|
inline |
std::array<unsigned int, 2> CALayerPair::theFoundCells = {{0, 0}} |
std::array<int, 2> CALayerPair::theLayers |
Definition at line 47 of file CAGraph.h.
Referenced by operator==().