Adaptagrams
|
Bundles those data structures required in order to represent a Graph in libcola, and to map infomration between the libcola and libdialect representations. More...
#include <graphs.h>
Public Attributes | |
std::map< id_type, size_t > | id2ix |
A mapping from Node IDs to indices in the rs Rectangles vector: | |
std::map< size_t, id_type > | ix2id |
The inverse mapping, from indices in the rs Rectangles vector to Node IDs: | |
Bundles those data structures required in order to represent a Graph in libcola, and to map infomration between the libcola and libdialect representations.