Pure Python SPQR-Tree Implementation
Contents:
Introduction
spqrtree package
Change Log
Pure Python SPQR-Tree Implementation
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
A
add_edge() (spqrtree.MultiGraph method)
add_vertex() (spqrtree.MultiGraph method)
adj_edge_ids() (spqrtree.MultiGraph method)
B
BOND (spqrtree.ComponentType attribute)
build_spqr_tree() (in module spqrtree)
C
children (spqrtree.SPQRNode attribute)
ComponentType (class in spqrtree)
copy() (spqrtree.MultiGraph method)
D
degree() (spqrtree.MultiGraph method)
E
Edge (class in spqrtree)
edges (spqrtree.MultiGraph property)
(spqrtree.TriconnectedComponent attribute)
edges_between() (spqrtree.MultiGraph method)
endpoints() (spqrtree.Edge method)
F
find_triconnected_components() (in module spqrtree)
G
get_edge() (spqrtree.MultiGraph method)
H
has_edge() (spqrtree.MultiGraph method)
I
id (spqrtree.Edge attribute)
incident_edges() (spqrtree.MultiGraph method)
M
module
spqrtree
MultiGraph (class in spqrtree)
N
neighbors() (spqrtree.MultiGraph method)
nodes() (spqrtree.SPQRTree method)
NodeType (class in spqrtree)
num_edges() (spqrtree.MultiGraph method)
num_vertices() (spqrtree.MultiGraph method)
O
other() (spqrtree.Edge method)
P
P (spqrtree.NodeType attribute)
parent (spqrtree.SPQRNode attribute)
poles (spqrtree.SPQRNode attribute)
POLYGON (spqrtree.ComponentType attribute)
Python Enhancement Proposals
PEP 561
Q
Q (spqrtree.NodeType attribute)
R
R (spqrtree.NodeType attribute)
remove_edge() (spqrtree.MultiGraph method)
remove_vertex() (spqrtree.MultiGraph method)
root (spqrtree.SPQRTree property)
S
S (spqrtree.NodeType attribute)
set_adj_order() (spqrtree.MultiGraph method)
skeleton (spqrtree.SPQRNode attribute)
SPQRNode (class in spqrtree)
spqrtree
module
SPQRTree (class in spqrtree)
T
TRICONNECTED (spqrtree.ComponentType attribute)
TriconnectedComponent (class in spqrtree)
type (spqrtree.SPQRNode attribute)
(spqrtree.TriconnectedComponent attribute)
U
u (spqrtree.Edge attribute)
V
v (spqrtree.Edge attribute)
vertices (spqrtree.MultiGraph property)
virtual (spqrtree.Edge attribute)