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

Proxy of C++ TPointDouble class.

Inheritance diagram for TPointDouble:

Public Member Functions

 __init__ (self, *args)
 init(self) -> TPointDouble init(self, a, b) -> TPointDouble
 
"void" add (self, *args)
 add(self, r)
 
"void" sub (self, *args)
 sub(self, r)
 
"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.TPointDouble_x_get, _ida_graph.TPointDouble_x_set, doc=)
 
 y = property(_ida_graph.TPointDouble_y_get, _ida_graph.TPointDouble_y_set, doc=)
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )
Parameters
adouble
bdouble

init(self, r) -> TPointDouble

Parameters
rpoint_t const &

Member Function Documentation

◆ __eq__()

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

◆ __ne__()

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

◆ add()

"void" add ( self,
* args )
Parameters
rTPointDouble const &

◆ negate()

"void" negate ( self,
* args )

◆ sub()

"void" sub ( self,
* args )
Parameters
rTPointDouble 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.TPointDouble_x_get, _ida_graph.TPointDouble_x_set, doc=)
static

◆ y

y = property(_ida_graph.TPointDouble_y_get, _ida_graph.TPointDouble_y_set, doc=)
static

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