IDAPython 9.0
Loading...
Searching...
No Matches
edge_segment_t Class Reference

Proxy of C++ edge_segment_t class.

Inheritance diagram for edge_segment_t:

Public Member Functions

"size_t" length (self)
 length(self) -> size_t
 
"bool" toright (self)
 toright(self) -> bool
 
"bool" __lt__ (self, "edge_segment_t" r)
 lt(self, r) -> bool
 
 __init__ (self)
 init(self) -> edge_segment_t
 

Static Public Attributes

str e = property(_ida_graph.edge_segment_t_e_get, _ida_graph.edge_segment_t_e_set, doc=)
 
str nseg = property(_ida_graph.edge_segment_t_nseg_get, _ida_graph.edge_segment_t_nseg_set, doc=)
 
str x0 = property(_ida_graph.edge_segment_t_x0_get, _ida_graph.edge_segment_t_x0_set, doc=)
 
str x1 = property(_ida_graph.edge_segment_t_x1_get, _ida_graph.edge_segment_t_x1_set, doc=)
 

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)

Member Function Documentation

◆ __lt__()

"bool" __lt__ ( self,
"edge_segment_t" r )
Parameters
redge_segment_t const &

◆ length()

"size_t" length ( self)

◆ toright()

"bool" toright ( self)

Member Data Documentation

◆ e

str e = property(_ida_graph.edge_segment_t_e_get, _ida_graph.edge_segment_t_e_set, doc=)
static

◆ nseg

str nseg = property(_ida_graph.edge_segment_t_nseg_get, _ida_graph.edge_segment_t_nseg_set, doc=)
static

◆ x0

str x0 = property(_ida_graph.edge_segment_t_x0_get, _ida_graph.edge_segment_t_x0_set, doc=)
static

◆ x1

str x1 = property(_ida_graph.edge_segment_t_x1_get, _ida_graph.edge_segment_t_x1_set, doc=)
static

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: