Home | Trees | Indices | Help |
|
---|
|
IGraph library.
Version: 0.5.1
License: Copyright (C) 2006-2007 Gabor Csardi <csardi@rmki.kfki.hu>, Tamas Nepusz <ntamas@rmki.kfki.hu> MTA RMKI, Konkoly-Thege Miklos st. 29-33, Budapest 1121, Hungary This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
|
|
|||
ARPACKOptions Class representing the parameters of the ARPACK module. |
|||
BFSIter igraph BFS iterator object |
|||
Edge Class representing a single edge in a graph. |
|||
EdgeSeq Class representing a sequence of edges in the graph. |
|||
Graph Generic graph. |
|||
GraphBase Low-level representation of a graph. |
|||
Vertex Class representing a single vertex in a graph. |
|||
VertexSeq Class representing a sequence of vertices in the graph. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
ADJ_DIRECTED = 0
|
|||
ADJ_LOWER = 3
|
|||
ADJ_MAX = 1
|
|||
ADJ_MIN = 4
|
|||
ADJ_PLUS = 5
|
|||
ADJ_UNDIRECTED = 1
|
|||
ADJ_UPPER = 2
|
|||
ALL = 3
|
|||
BLISS_F = 0
|
|||
BLISS_FL = 1
|
|||
BLISS_FLM = 4
|
|||
BLISS_FM = 3
|
|||
BLISS_FS = 2
|
|||
BLISS_FSM = 5
|
|||
GET_ADJACENCY_BOTH = 2
|
|||
GET_ADJACENCY_LOWER = 1
|
|||
GET_ADJACENCY_UPPER = 0
|
|||
IN = 2
|
|||
OUT = 1
|
|||
REWIRING_SIMPLE = 0
|
|||
STAR_IN = 1
|
|||
STAR_OUT = 0
|
|||
STAR_UNDIRECTED = 2
|
|||
STRONG = 2
|
|||
TREE_IN = 1
|
|||
TREE_OUT = 0
|
|||
TREE_UNDIRECTED = 2
|
|||
WEAK = 1
|
|||
__build_date__ =
|
|||
__loader__ = <zipimporter object "/Library/Python/2.5/site-pac
|
|||
arpack_options = <igraph.ARPACKOptions object at 0x3885d0>
|
|||
config = <igraph.configuration.Configuration object at 0x284090>
|
|||
known_colors =
|
|||
palettes =
|
|
Auxiliary decorator This decorator allows some methods of VertexSeq and EdgeSeq to call their respective counterparts in Graph to avoid code duplication.
|
Loads a graph from the given filename. This is just a convenience function, calls Graph.Read directly. All arguments are passed unchanged to Graph.Read
|
Loads a graph from the given filename. This is just a convenience function, calls Graph.Read directly. All arguments are passed unchanged to Graph.Read
|
Saves a graph to the given file. This is just a convenience function, calls Graph.write directly. All arguments are passed unchanged to Graph.write
|
Prints a summary of object o to a given stream
|
Saves a graph to the given file. This is just a convenience function, calls Graph.write directly. All arguments are passed unchanged to Graph.write
|
|
__loader__
|
known_colors
|
palettes
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 16 21:30:45 2008 | http://epydoc.sourceforge.net |