IDAPython 9.0
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, "point_t" r)
 add(self, r) -> point_t
 
"point_t &" sub (self, "point_t" r)
 sub(self, r) -> point_t
 
"void" negate (self)
 negate(self)
 
"bool" __eq__ (self, "point_t" r)
 eq(self, r) -> bool
 
"bool" __ne__ (self, "point_t" r)
 ne(self, r) -> bool
 

Static Public Attributes

str x = property(_ida_graph.point_t_x_get, _ida_graph.point_t_x_set, doc=)
 
str y = property(_ida_graph.point_t_y_get, _ida_graph.point_t_y_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,
* args )
Parameters
_xint
_yint

Member Function Documentation

◆ __eq__()

"bool" __eq__ ( self,
"point_t" r )
Parameters
rpoint_t const &

◆ __ne__()

"bool" __ne__ ( self,
"point_t" r )
Parameters
rpoint_t const &

◆ add()

"point_t &" add ( self,
"point_t" r )
Parameters
rpoint_t const &

◆ negate()

"void" negate ( self)

◆ sub()

"point_t &" sub ( self,
"point_t" r )
Parameters
rpoint_t const &

Member Data Documentation

◆ x

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

◆ y

str y = property(_ida_graph.point_t_y_get, _ida_graph.point_t_y_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: