IDAPython 8.4
Loading...
Searching...
No Matches
gdl_graph_t Class Reference

Proxy of C++ gdl_graph_t class.

Inheritance diagram for gdl_graph_t:
cancellable_graph_t abstract_graph_t simple_graph_t qflow_chart_t mutable_graph_t mbl_graph_t

Public Member Functions

"char *" get_node_label (self, *args)
 get_node_label(self, n) -> char *
 
"void" print_graph_attributes (self, *args)
 print_graph_attributes(self, fp)
 
"bool" print_node (self, *args)
 print_node(self, fp, n) -> bool
 
"bool" print_edge (self, *args)
 print_edge(self, fp, i, j) -> bool
 
"void" print_node_attributes (self, *args)
 print_node_attributes(self, fp, n)
 
"int" size (self, *args)
 size(self) -> int
 
"int" node_qty (self, *args)
 node_qty(self) -> int
 
"bool" exists (self, *args)
 exists(self, node) -> bool
 
"int" entry (self, *args)
 entry(self) -> int
 
"int" exit (self, *args)
 exit(self) -> int
 
"int" nsucc (self, *args)
 nsucc(self, node) -> int
 
"int" npred (self, *args)
 npred(self, node) -> int
 
"int" succ (self, *args)
 succ(self, node, i) -> int
 
"int" pred (self, *args)
 pred(self, node, i) -> int
 
"bool" empty (self, *args)
 empty(self) -> bool
 
"bgcolor_t" get_node_color (self, *args)
 get_node_color(self, n) -> bgcolor_t
 
"bgcolor_t" get_edge_color (self, *args)
 get_edge_color(self, i, j) -> bgcolor_t
 
"size_t" nedge (self, *args)
 nedge(self, node, ispred) -> size_t
 
"int" edge (self, *args)
 edge(self, node, i, ispred) -> int
 
"int" front (self, *args)
 front(self) -> int
 
"node_iterator" begin (self, *args)
 begin(self) -> node_iterator
 
"node_iterator" end (self, *args)
 end(self) -> node_iterator
 
 __init__ (self, *args)
 init(self) -> gdl_graph_t
 
 __disown__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
selfPyObject *

Reimplemented in cancellable_graph_t, qflow_chart_t, abstract_graph_t, mutable_graph_t, mbl_graph_t, and simple_graph_t.

Member Function Documentation

◆ __disown__()

__disown__ ( self)

Reimplemented in cancellable_graph_t, and abstract_graph_t.

◆ begin()

"node_iterator" begin ( self,
* args )

◆ edge()

"int" edge ( self,
* args )
Parameters
nodeint
iint
ispredbool

◆ empty()

"bool" empty ( self,
* args )

Reimplemented in mutable_graph_t.

◆ end()

"node_iterator" end ( self,
* args )

◆ entry()

"int" entry ( self,
* args )

◆ exists()

"bool" exists ( self,
* args )
Parameters
nodeint

Reimplemented in mutable_graph_t.

◆ exit()

"int" exit ( self,
* args )

◆ front()

"int" front ( self,
* args )

◆ get_edge_color()

"bgcolor_t" get_edge_color ( self,
* args )
Parameters
iint
jint

◆ get_node_color()

"bgcolor_t" get_node_color ( self,
* args )
Parameters
nint

◆ get_node_label()

"char *" get_node_label ( self,
* args )
Parameters
nint

Reimplemented in qflow_chart_t.

◆ nedge()

"size_t" nedge ( self,
* args )
Parameters
nodeint
ispredbool

◆ node_qty()

"int" node_qty ( self,
* args )

Reimplemented in mutable_graph_t.

◆ npred()

"int" npred ( self,
* args )
Parameters
nodeint

Reimplemented in qflow_chart_t, and mutable_graph_t.

◆ nsucc()

"int" nsucc ( self,
* args )
Parameters
nodeint

Reimplemented in qflow_chart_t, and mutable_graph_t.

◆ pred()

"int" pred ( self,
* args )
Parameters
nodeint
iint

Reimplemented in qflow_chart_t, and mutable_graph_t.

◆ print_edge()

"bool" print_edge ( self,
* args )
Parameters
fpFILE *
iint
jint

◆ print_graph_attributes()

"void" print_graph_attributes ( self,
* args )
Parameters
fpFILE *

◆ print_node()

"bool" print_node ( self,
* args )
Parameters
fpFILE *
nint

◆ print_node_attributes()

"void" print_node_attributes ( self,
* args )
Parameters
fpFILE *
nint

Reimplemented in qflow_chart_t.

◆ size()

"int" size ( self,
* args )

Reimplemented in qflow_chart_t, and mutable_graph_t.

◆ succ()

"int" succ ( self,
* args )
Parameters
nodeint
iint

Reimplemented in qflow_chart_t, and mutable_graph_t.

Property Documentation

◆ thisown

thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

The documentation for this class was generated from the following file: