Proxy of C++ mutable_graph_t class.
|
|
|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
ea_t
|
calc_group_ea(self,
arg0) |
|
|
bool
|
change_group_visibility(self,
group,
expand) |
|
|
|
|
bool
|
create_digraph_layout(self) |
|
|
int
|
create_group(self,
nodes) |
|
|
|
|
bool
|
delete_group(self,
group) |
|
|
bool
|
|
bool
|
|
bool
|
|
edge_info_t
|
|
int
|
get_first_subgraph_node(self,
group) |
|
|
bool
|
|
int
|
get_next_subgraph_node(self,
group,
current) |
|
|
int
|
get_node_group(self,
node) |
|
|
int
|
get_node_representative(self,
node) |
|
|
bool
|
is_collapsed_node(self,
node) |
|
|
bool
|
is_deleted_node(self,
node) |
|
|
bool
|
is_displayable_node(self,
node) |
|
|
bool
|
|
bool
|
is_group_node(self,
node) |
|
|
bool
|
is_simple_node(self,
node) |
|
|
bool
|
is_subgraph_node(self,
node) |
|
|
bool
|
is_uncollapsed_node(self,
node) |
|
|
bool
|
|
bool
|
is_visible_node(self,
node) |
|
|
int
|
|
int
|
|
rect_t
|
nrect(self,
n)
nrect(self, n) -> rect_t |
|
|
int
|
|
int
|
|
intvec_t const &
|
|
|
|
|
|
|
set_deleted_node(self,
node) |
|
|
bool
|
|
|
|
|
set_node_group(self,
node,
group) |
|
|
int
|
|
int
|
|
intvec_t const &
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|
|
belongs
mutable_graph_t_belongs_get(self) -> intvec_t *
|
|
edges
mutable_graph_t_edges_get(self) -> edge_infos_wrapper_t
|
|
gid
mutable_graph_t_gid_get(self) -> uval_t
|
|
node_flags
mutable_graph_t_node_flags_get(self) -> bytevec_t *
|
|
nodes
mutable_graph_t_nodes_get(self) -> node_layout_t
|
|
org_preds
mutable_graph_t_org_preds_get(self) -> array_of_intvec_t
|
|
org_succs
mutable_graph_t_org_succs_get(self) -> array_of_intvec_t
|
|
preds
mutable_graph_t_preds_get(self) -> array_of_intvec_t
|
|
succs
mutable_graph_t_succs_get(self) -> array_of_intvec_t
|
|
thisown
The membership flag
|
Inherited from object :
__class__
|