IDAPython 9.0
Loading...
Searching...
No Matches
TPointDouble Class Reference
Inheritance diagram for TPointDouble:

Public Member Functions

 __init__ (self, *args)
 
None add (self, 'TPointDouble' r)
 
None sub (self, 'TPointDouble' r)
 
None negate (self)
 
bool __eq__ (self, 'TPointDouble' r)
 
bool __ne__ (self, 'TPointDouble' r)
 

Static Public Attributes

str x
 
str y
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'TPointDouble' r )

◆ __ne__()

bool __ne__ ( self,
'TPointDouble' r )

◆ add()

None add ( self,
'TPointDouble' r )

◆ negate()

None negate ( self)

◆ sub()

None sub ( self,
'TPointDouble' r )

Member Data Documentation

◆ x

str x
static
Initial value:
= property(_ida_graph.TPointDouble_x_get, _ida_graph.
TPointDouble_x_set)

◆ y

str y
static
Initial value:
= property(_ida_graph.TPointDouble_y_get, _ida_graph.
TPointDouble_y_set)

Property Documentation

◆ thisown

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

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