graph_edit.h
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:1k
开发平台:

MultiPlatform

  1. /*******************************************************************************
  2. +
  3. +  LEDA-R  3.2.3
  4. +
  5. +  graph_edit.h
  6. +
  7. +  Copyright (c) 1995  by  Max-Planck-Institut fuer Informatik
  8. +  Im Stadtwald, 66123 Saarbruecken, Germany     
  9. +  All rights reserved.
  10. *******************************************************************************/
  11. #include <LEDA/window.h>
  12. #include <LEDA/plane_graph.h>
  13. /*{Manpage {graph_edit} {} {A Simple Graph Editor} }*/
  14. void graph_edit(window& W,GRAPH<point,int>& G,bool dir=true,bool redraw=true);
  15. /*{Mfunc     starts a simple graph editor in window $W$ allowing to display
  16.               and manipulate graph $G$. If the boolean flag $dir$ is $true$
  17.               $G$ is displayed as a directed graph, otherwise, it is displayed
  18.               undirected. }*/