Chapter 7. Tulip graph format

Table of Contents

1. Nodes
2. Edges
3. Clusters
4. Definitions of properties
Property Type
5. Properties of Tulip
6. GlScene

1. Nodes

The nodes are stored with a list of indices. The indices must be non negative integers.

Syntax

(nodes id_node1 id_node2 ...)

Sample :

(nodes 0 1 2 3 4 5 )