next up previous contents index
Next: Data structures Up: Reading/writing an environment Previous: Creating and reading a

Reading/writing a graph

A graph built by Move3D can be stored on a .graph file, by using the function int p3d_write_graph(p3d_graph *G, char *file)   . It can the be read as a pre-computed graph for the current environment (if this one is the environment corresponding to the graph of course) using the function int p3d_read_graph(char *file, p3d_graph **pG)  .



Nicola Simeon
Fri Oct 27 09:07:38 MET DST 2000