Layout.h File Reference
#include "graphviz/gvc.h"
#include <graphviz/graph.h>
#include <memory>
#include <mutex>
+ Include dependency graph for Layout.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LockableGraph
 The LockableGraph struct allows for easy locking of a graphviz graph and its components. More...
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 

Typedefs

using EdgePtr = Agedge_t *
 
using GraphPtr = Agraph_t *
 
using GvcPtr = GVC_t *
 
using LockableGraphPtr = std::shared_ptr< LockableGraph >
 
using NodePtr = Agnode_t *