Adaptagrams
Public Attributes | List of all members
dialect::ColaGraphRep Struct Reference

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>

Collaboration diagram for dialect::ColaGraphRep:
Collaboration graph

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:
 

Detailed Description

Bundles those data structures required in order to represent a Graph in libcola, and to map infomration between the libcola and libdialect representations.


The documentation for this struct was generated from the following file: