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

Class rect_t

object --+
         |
        rect_t

Proxy of C++ rect_t class.

Instance Methods
bool
__eq__(self, r)
rect_t
__init__(self)
__init__(self, l, t, r, b) -> rect_t __init__(self, p0, p1) -> rect_t
bool
__ne__(self, r)
 
__repr__(self)
repr(x)
 
__swig_destroy__(self)
int
area(self)
point_t
bottomright(self)
point_t
center(self)
bool
contains(self, p)
bool
empty(self)
 
grow(self, delta)
int
height(self)
 
intersect(self, r)
bool
is_intersection_empty(self, r)
 
make_union(self, r)
 
move_by(self, p)
 
move_to(self, p)
point_t
topleft(self)
int
width(self)

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

Properties
  bottom
rect_t_bottom_get(self) -> int
  left
rect_t_left_get(self) -> int
  right
rect_t_right_get(self) -> int
  thisown
The membership flag
  top
rect_t_top_get(self) -> int

Inherited from object: __class__

Method Details

__init__(self)
(Constructor)

 

__init__(self, l, t, r, b) -> rect_t __init__(self, p0, p1) -> rect_t

Returns: rect_t
Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

Property Details

bottom

rect_t_bottom_get(self) -> int

Get Method:
unreachable.rect_t_bottom_get(self)
Set Method:
unreachable.rect_t_bottom_set(self, bottom)

left

rect_t_left_get(self) -> int

Get Method:
unreachable.rect_t_left_get(self)
Set Method:
unreachable.rect_t_left_set(self, left)

right

rect_t_right_get(self) -> int

Get Method:
unreachable.rect_t_right_get(self)
Set Method:
unreachable.rect_t_right_set(self, right)

thisown

The membership flag

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

top

rect_t_top_get(self) -> int

Get Method:
unreachable.rect_t_top_get(self)
Set Method:
unreachable.rect_t_top_set(self, top)