Module ida_graph :: Class point_t
[frames] | no frames]

Class point_t

object --+
         |
        point_t

Proxy of C++ point_t class.

Instance Methods
bool
__eq__(self, r)
point_t
__init__(self)
__init__(self, _x, _y) -> point_t
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
point_t
add(self, r)
 
negate(self)
point_t
sub(self, r)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties
  thisown
The membership flag
  x
point_t_x_get(self) -> int
  y
point_t_y_get(self) -> int

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, _x, _y) -> point_t

Returns: point_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

thisown

The membership flag

Get Method:
unreachable(x)
Set Method:
unreachable(x, v)

x

point_t_x_get(self) -> int

Get Method:
unreachable.point_t_x_get(self)
Set Method:
unreachable.point_t_x_set(self, x)

y

point_t_y_get(self) -> int

Get Method:
unreachable.point_t_y_get(self)
Set Method:
unreachable.point_t_y_set(self, y)