Adaptagrams
|
libtopology: Extensions for topology preservation for libcola and libavoid libraries. More...
Classes | |
class | AvoidTopologyAddon |
This class can be passed to libavoid to extend it to provide orthogonal topology improvement functionality. More... | |
class | ColaTopologyAddon |
This class can be passed to libcola to replace some functionality to provide topology preserving layout. More... | |
class | Edge |
Topology representation of an edge. More... | |
class | Node |
Topology representation for a node. More... | |
Typedefs | |
typedef std::vector< Node * > | Nodes |
A vector of pointers to Node objects. | |
typedef std::vector< Edge * > | Edges |
A vector of pointers to Edge objects. | |
libtopology: Extensions for topology preservation for libcola and libavoid libraries.