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

Class TPointDouble

object --+
         |
        TPointDouble

Proxy of C++ TPointDouble class.

Instance Methods
bool
__eq__(self, r)
TPointDouble
__init__(self)
__init__(self, a, b) -> TPointDouble __init__(self, r) -> TPointDouble
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
 
add(self, r)
 
negate(self)
 
sub(self, r)

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

Properties
  thisown
The membership flag
  x
TPointDouble_x_get(self) -> double
  y
TPointDouble_y_get(self) -> double

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, a, b) -> TPointDouble __init__(self, r) -> TPointDouble

Returns: TPointDouble
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

TPointDouble_x_get(self) -> double

Get Method:
unreachable.TPointDouble_x_get(self)
Set Method:
unreachable.TPointDouble_x_set(self, x)

y

TPointDouble_y_get(self) -> double

Get Method:
unreachable.TPointDouble_y_get(self)
Set Method:
unreachable.TPointDouble_y_set(self, y)