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 UTCGraph::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 UTCWrite 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 UTCGraph::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 UTCGraph::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 UTCThis 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 UTCSKIM/Task-Graph-Writer-0.02 - 29 Sep 2015 09:54:08 UTC
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 UTCGraph::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.03 - 10 Nov 2019 21:14:35 UTC"Graph::Writer::Graph6" writes a "Graph.pm" graph to a file or file handle 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-edg...
KRYDE/Graph-Graph6-8 - 12 Jul 2020 00:19:22 UTCGraph::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 UTC"Graph::Writer::Sparse6" writes a "Graph.pm" graph to a file or file handle 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-8 - 12 Jul 2020 00:19:22 UTCGraph::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 UTCGraph::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 UTCSee Graph::Writer::DSM....
JOENIO/Graph-Writer-DSM-0.008 - 02 Feb 2018 19:55:28 UTCTo 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 UTCGraph::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 UTCThis 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-8 - 12 Jul 2020 00:19:22 UTCThis 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 UTCSKIM/Graph-Reader-OID-0.03 - 29 Sep 2015 09:59:27 UTC