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

Public Member Functions

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

Static Public Attributes

str x = property(_ida_graph.point_t_x_get, _ida_graph.point_t_x_set)
 
str y = property(_ida_graph.point_t_y_get, _ida_graph.point_t_y_set)
 

Properties

 thisown
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args )

Member Function Documentation

◆ __eq__()

bool __eq__ ( self,
'point_t' r )

◆ __ne__()

bool __ne__ ( self,
'point_t' r )

◆ add()

'point_t &' add ( self,
'point_t' r )

◆ negate()

None negate ( self)

◆ sub()

'point_t &' sub ( self,
'point_t' r )

Member Data Documentation

◆ x

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

◆ y

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

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: