|
__init__(self,
version=2,
num_vertices=0)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
inspect_quick(self,
stream)
Quickly checks if stream contains EGM data, and gets the
version, by looking at the first 8 bytes. |
source code
|
|
|
inspect(self,
stream)
Quickly checks if stream contains EGM data, and reads the
header. |
source code
|
|
|
|
|
|
|
add_sym_morph(self)
Add a symmetric morph, and return it. |
source code
|
|
|
add_asym_morph(self)
Add an asymmetric morph, and return it. |
source code
|
|
|
apply_scale(self,
scale)
Apply scale factor to all morphs. |
source code
|
|
generator yielding DetailNodes
|
get_detail_child_nodes(self,
edge_filter=(True, True))
Generator which yields all children of this item in the
detail view (by default, all acyclic and active ones). |
source code
|
|
generator yielding strs
|
|
|
get_global_child_nodes(self,
edge_filter=(True, True))
Generator which yields all children of this item in the
global view, of given edge type (default is edges of type 0). |
source code
|
|
|
get_global_child_names(self,
edge_filter=(True, True)) |
source code
|
|
Inherited from utils.graph.GlobalNode :
get_global_child_edge_types ,
get_global_display ,
get_global_iterator
Inherited from utils.graph.DetailNode :
get_detail_child_edge_types ,
get_detail_display ,
get_detail_iterator ,
replace_global_node
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|