PANDORE Version 6 GREYC-IMAGE

pgraphvisu



Visualizes node and edge of graph.



Synopsis

pgraphvisu [-m mask] [gr_in|-] [im_out|-]

Description

pgraphvisu allows the visualization of the nodes and the edges of the input graph gr_in as an image. Nodes are drawn as dots and edges are drawn as lines between nodes.

The output image is a Float image.

Inputs

Outputs

Result

Returns SUCCESS or FAILURE.

Examples

   pvisugraph g.pan out.pan

See also

Graph

C++ prototype

Errc PGraphVisu( const Graph2d &gr_in, Img2dsf &im_out );

Version française

Visualisation des valeurs des sommets et des arcs d'un graphe.


Author: Régis Clouard