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

Proxy of C++ point_t class.

Inheritance diagram for point_t:

Public Member Functions

 __init__ (self, *args)
 init(self) -> point_t init(self, _x, _y) -> point_t
 
"point_t &" add (self, *args)
 add(self, r) -> point_t
 
"point_t &" sub (self, *args)
 sub(self, r) -> point_t
 
"void" negate (self, *args)
 negate(self)
 
"bool" __eq__ (self, *args)
 eq(self, r) -> bool
 
"bool" __ne__ (self, *args)
 ne(self, r) -> bool
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 x = property(_ida_graph.point_t_x_get, _ida_graph.point_t_x_set, doc=)
 
 y = property(_ida_graph.point_t_y_get, _ida_graph.point_t_y_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
_xint
_yint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
* args )
Parameters
rpoint_t const &

◆ __ne__()

"bool" __ne__ ( self,
* args )
Parameters
rpoint_t const &

◆ add()

"point_t &" add ( self,
* args )
Parameters
rpoint_t const &

◆ negate()

"void" negate ( self,
* args )

◆ sub()

"point_t &" sub ( self,
* args )
Parameters
rpoint_t const &

Property Documentation

◆ thisown

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

◆ x

x = property(_ida_graph.point_t_x_get, _ida_graph.point_t_x_set, doc=)
static

◆ y

y = property(_ida_graph.point_t_y_get, _ida_graph.point_t_y_set, doc=)
static

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