| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| |||
|
|||
|
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. |
||
|
|||
|
load(filename,
*args,
**kwds) Loads a graph from the given filename. |
||
|
read(filename,
*args,
**kwds) Loads a graph from the given filename. |
||
|
save(graph,
filename,
*args,
**kwds) Saves a graph to the given file. |
||
|
summary(o,
f=<epydoc.docintrospecter._DevNull instance at 0x107ceb8>) Prints a summary of object o to a given stream |
||
|
write(graph,
filename,
*args,
**kwds) Saves a graph to the given file. |
||
|
|||
|
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__ = 'Feb 14 2008'
|
||
|
__license__ = '\nCopyright (C) 2006-2007 Gabor Csardi <csardi@rmki...
|
||
|
__loader__ = <zipimporter object "/Library/Frameworks/Python.fram...
|
||
|
__version__ = '0.5'
|
||
|
arpack_options = <igraph.ARPACKOptions object at 0x73ee90>
|
||
|
config = <igraph.configuration.Configuration object at 0x1298...
|
||
|
known_colors = {'medium violet red': (0.7803921568627451, 0.0823529...
|
||
|
palettes = {'gray': <igraph.colors.GradientPalette object at 0x...
|
||
|
|||
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
|
|
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
|
|
|||
ADJ_DIRECTEDNone
|
ADJ_LOWERNone
|
ADJ_MAXNone
|
ADJ_MINNone
|
ADJ_PLUSNone
|
ADJ_UNDIRECTEDNone
|
ADJ_UPPERNone
|
ALLNone
|
BLISS_FNone
|
BLISS_FLNone
|
BLISS_FLMNone
|
BLISS_FMNone
|
BLISS_FSNone
|
BLISS_FSMNone
|
GET_ADJACENCY_BOTHNone
|
GET_ADJACENCY_LOWERNone
|
GET_ADJACENCY_UPPERNone
|
INNone
|
OUTNone
|
REWIRING_SIMPLENone
|
STAR_INNone
|
STAR_OUTNone
|
STAR_UNDIRECTEDNone
|
STRONGNone
|
TREE_INNone
|
TREE_OUTNone
|
TREE_UNDIRECTEDNone
|
WEAKNone
|
__build_date__None
|
__license__None
|
__loader__None
|
__version__None
|
arpack_optionsNone
|
configNone
|
known_colorsNone
|
palettesNone
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Feb 14 12:44:00 2008 | http://epydoc.sourceforge.net |