Graph::Writer is a base class for Graph file format writers. A particular subclass of Graph::Writer will handle a specific file format, and generate a Graph, represented using Jarkko Hietaniemi's Graph class. You should never create an instance of th...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMTGraph::Writer::Dot is a class for writing out a directed graph in the file format used by the *dot* tool (part of the AT+T graphviz package). The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hie...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMTWrite graph as a quadractic matrix N x N, where N is the number of vertices in the graph. It is useful to visualize graphs with at least 1k vertices. See more about DSM: <http://en.wikipedia.org/wiki/Design_structure_matrix>....
JOENIO/Graph-Writer-DSM-0.008 - 02 Feb 2018 19:55:28 GMTGraph::Writer::VCG is a class for writing out a directed graph in the file format used by the *VCG* tool, originally developed for Visualising Compiler Graphs. The graph must be an instance of the Graph class, which is actually a set of classes devel...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMTGraph::Writer::XML is a class for writing out a directed graph in a simple XML format. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The XML format is designed to support the Grap...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMTThis module will write a directed graph to a file in the HTK <http://htk.eng.cam.ac.uk> lattice format. The graph must be an instance of the Graph class....
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMTSKIM/Task-Graph-Writer-0.02 - 29 Sep 2015 09:54:08 GMT
Dr. Geo is a GTK interactive geometry software. It allows one to create geometric figure plus the interactive manipulation of such figure in respect with their geometric constraints. It is useable in teaching situation with students from primary or s...
GUGOD/Graph-Writer-DrGeo-0.01 - 18 Sep 2004 17:32:07 GMTGraph::Writer::TGXML is a class for writing out a directed graph in a format suitable for use with TouchGraph's LinkBrowser. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The XML ...
JROBINSON/Graph-Writer-TGXML-0.01 - 05 Dec 2006 23:57:33 GMT"Graph::Writer::Graph6" writes a "Graph.pm" graph to a file in graph6, sparse6 or digraph6 format. These formats are per <http://cs.anu.edu.au/~bdm/data/formats.txt> graph6 represents an undirected graph with no self-loops or multi-edges. Any self-lo...
KRYDE/Graph-Graph6-7 - 28 May 2017 09:37:31 GMTGraph::Writer::daVinci is a class for writing out a directed graph in the file format used by the *daVinci* tool. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi....
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMT"Graph::Writer::Sparse6" writes a "Graph.pm" graph to a file in sparse6 format. It is the same as my $writer = Graph::Writer::Graph6->new (format => 'sparse6'); See Graph::Writer::Graph6 for details....
KRYDE/Graph-Graph6-7 - 28 May 2017 09:37:31 GMTGraph::Writer::GraphViz is a class for writing out a Graph object with GraphViz module. All GraphViz formats should be supported without a problem....
GUGOD/Graph-Writer-GraphViz-0.11 - 16 Oct 2011 04:52:17 GMTGraph::Writer::Cytoscape is a class for writing out a directed graph as Cytoscape competible input file. The graph must be an instance of the Graph class, which is actually a set of classes developed by Jarkko Hietaniemi. The Cytoscape format is desi...
HSUREN/Graph-Writer-Cytoscape-1.00 - 16 May 2012 04:59:09 GMTSee Graph::Writer::DSM....
JOENIO/Graph-Writer-DSM-0.008 - 02 Feb 2018 19:55:28 GMTTo produce useful diagrams on extremely large graphs, sometimes it is necesary to move beyond simple graphing tools to applications specifically designed for rendering very large graphs, many of which were designed for biology applications (such as m...
ADAMK/Graph-XGMML-0.01 - 10 Aug 2009 12:22:31 GMTGraph::Reader is a base class for Graph file format readers. A particular subclass of Graph::Reader will handle a specific file format, and generate a Graph, represented using Jarkko Hietaniemi's Graph class. You should never create an instance of th...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMTThis module reads and writes graph6, sparse6 and digraph6 files. These file formats are per <http://cs.anu.edu.au/~bdm/data/formats.txt> These formats represent a graph (a graph theory graph) with vertices numbered 0 to n-1 encoded into printable ASC...
KRYDE/Graph-Graph6-7 - 28 May 2017 09:37:31 GMTThis module is a placeholder in the Graph-ReadWrite distribution, which is a collection of modules for reading and writing directed graphs. You don't use "Graph::ReadWrite", you use one of the reader or writer modules for a specific format: * Graph::...
NEILB/Graph-ReadWrite-2.09 - 05 Aug 2016 20:24:35 GMTSKIM/Graph-Reader-OID-0.03 - 29 Sep 2015 09:59:27 GMT