|
| | __init__ (self, *args) |
| | getUpperY (self) |
| | getLowerY (self) |
| | getLeftX (self) |
| | getRightX (self) |
| | getArea (self) |
| | getCMX (self) |
| | getCMY (self) |
| | getCM (self) |
| | getUpperLeft (self) |
| | getUpperRight (self) |
| | getLowerLeft (self) |
| | getLowerRight (self) |
| | getLineWidth (self) |
| | getSize (self) |
| | getWidth (self) |
| | getHeight (self) |
| | __sub__ (self, *args) |
| | __add__ (self, *args) |
| | move (self, dx, dy) |
| | moveTo (self, x, y) |
| | set (self, x, y, w, h, linewidth=0) |
| | setUpperLeft (self, point) |
| | setSize (self, boxsize) |
| | setLineWidth (self, width) |
| | grow (self, dw, dh) |
| | isPointWithin (self, *args) |
| | getCentreMass (self) |
| | hasZeroSize (self) |
| | equals (self, *args) |
| | getBoundingBox (self, otherbox) |
| | growToBoundingBox (self, otherbox) |
| | growToIncludePoint (self, point, padX=0, padY=0) |
| | getOverlapBox (self, otherbox) |
| | percentOverlap (self, otherbox) |
| | getDoubleSizeSameCenter (self) |
| | constrainTo (self, *args) |
| | getConstrainedCopy (self, *args) |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| | upperLeft = property(_cmsdk3.Box_upperLeft_get, _cmsdk3.Box_upperLeft_set) |
| | size = property(_cmsdk3.Box_size_get, _cmsdk3.Box_size_set) |
| | lineWidth = property(_cmsdk3.Box_lineWidth_get, _cmsdk3.Box_lineWidth_set) |
| | name = property(_cmsdk3.Box_name_get, _cmsdk3.Box_name_set) |
| | comment = property(_cmsdk3.Box_comment_get, _cmsdk3.Box_comment_set) |
| | orientation = property(_cmsdk3.Box_orientation_get, _cmsdk3.Box_orientation_set) |
Definition at line 1534 of file cmsdk3.py.
◆ __init__()
| cmsdk3.Box.__init__ |
( |
| self, |
|
|
* | args ) |
◆ __add__()
| cmsdk3.Box.__add__ |
( |
| self, |
|
|
* | args ) |
◆ __sub__()
| cmsdk3.Box.__sub__ |
( |
| self, |
|
|
* | args ) |
◆ _print()
| cmsdk3.Box._print |
( |
| self | ) |
|
|
protected |
◆ constrainTo()
| cmsdk3.Box.constrainTo |
( |
| self, |
|
|
* | args ) |
◆ equals()
| cmsdk3.Box.equals |
( |
| self, |
|
|
* | args ) |
◆ getArea()
| cmsdk3.Box.getArea |
( |
| self | ) |
|
◆ getBoundingBox()
| cmsdk3.Box.getBoundingBox |
( |
| self, |
|
|
| otherbox ) |
◆ getCentreMass()
| cmsdk3.Box.getCentreMass |
( |
| self | ) |
|
◆ getCM()
◆ getCMX()
| cmsdk3.Box.getCMX |
( |
| self | ) |
|
◆ getCMY()
| cmsdk3.Box.getCMY |
( |
| self | ) |
|
◆ getConstrainedCopy()
| cmsdk3.Box.getConstrainedCopy |
( |
| self, |
|
|
* | args ) |
◆ getDoubleSizeSameCenter()
| cmsdk3.Box.getDoubleSizeSameCenter |
( |
| self | ) |
|
◆ getHeight()
| cmsdk3.Box.getHeight |
( |
| self | ) |
|
◆ getLeftX()
| cmsdk3.Box.getLeftX |
( |
| self | ) |
|
◆ getLineWidth()
| cmsdk3.Box.getLineWidth |
( |
| self | ) |
|
◆ getLowerLeft()
| cmsdk3.Box.getLowerLeft |
( |
| self | ) |
|
◆ getLowerRight()
| cmsdk3.Box.getLowerRight |
( |
| self | ) |
|
◆ getLowerY()
| cmsdk3.Box.getLowerY |
( |
| self | ) |
|
◆ getOverlapBox()
| cmsdk3.Box.getOverlapBox |
( |
| self, |
|
|
| otherbox ) |
◆ getRightX()
| cmsdk3.Box.getRightX |
( |
| self | ) |
|
◆ getSize()
| cmsdk3.Box.getSize |
( |
| self | ) |
|
◆ getUpperLeft()
| cmsdk3.Box.getUpperLeft |
( |
| self | ) |
|
◆ getUpperRight()
| cmsdk3.Box.getUpperRight |
( |
| self | ) |
|
◆ getUpperY()
| cmsdk3.Box.getUpperY |
( |
| self | ) |
|
◆ getWidth()
| cmsdk3.Box.getWidth |
( |
| self | ) |
|
◆ grow()
| cmsdk3.Box.grow |
( |
| self, |
|
|
| dw, |
|
|
| dh ) |
◆ growToBoundingBox()
| cmsdk3.Box.growToBoundingBox |
( |
| self, |
|
|
| otherbox ) |
◆ growToIncludePoint()
| cmsdk3.Box.growToIncludePoint |
( |
| self, |
|
|
| point, |
|
|
| padX = 0, |
|
|
| padY = 0 ) |
◆ hasZeroSize()
| cmsdk3.Box.hasZeroSize |
( |
| self | ) |
|
◆ isPointWithin()
| cmsdk3.Box.isPointWithin |
( |
| self, |
|
|
* | args ) |
◆ move()
| cmsdk3.Box.move |
( |
| self, |
|
|
| dx, |
|
|
| dy ) |
◆ moveTo()
| cmsdk3.Box.moveTo |
( |
| self, |
|
|
| x, |
|
|
| y ) |
◆ percentOverlap()
| cmsdk3.Box.percentOverlap |
( |
| self, |
|
|
| otherbox ) |
◆ set()
| cmsdk3.Box.set |
( |
| self, |
|
|
| x, |
|
|
| y, |
|
|
| w, |
|
|
| h, |
|
|
| linewidth = 0 ) |
◆ setLineWidth()
| cmsdk3.Box.setLineWidth |
( |
| self, |
|
|
| width ) |
◆ setSize()
| cmsdk3.Box.setSize |
( |
| self, |
|
|
| boxsize ) |
◆ setUpperLeft()
| cmsdk3.Box.setUpperLeft |
( |
| self, |
|
|
| point ) |
◆ comment
| cmsdk3.Box.comment = property(_cmsdk3.Box_comment_get, _cmsdk3.Box_comment_set) |
|
static |
◆ lineWidth
| cmsdk3.Box.lineWidth = property(_cmsdk3.Box_lineWidth_get, _cmsdk3.Box_lineWidth_set) |
|
static |
◆ name
| cmsdk3.Box.name = property(_cmsdk3.Box_name_get, _cmsdk3.Box_name_set) |
|
static |
◆ orientation
| cmsdk3.Box.orientation = property(_cmsdk3.Box_orientation_get, _cmsdk3.Box_orientation_set) |
|
static |
◆ size
| cmsdk3.Box.size = property(_cmsdk3.Box_size_get, _cmsdk3.Box_size_set) |
|
static |
◆ thisown
| cmsdk3.Box.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
◆ upperLeft
| cmsdk3.Box.upperLeft = property(_cmsdk3.Box_upperLeft_get, _cmsdk3.Box_upperLeft_set) |
|
static |
The documentation for this class was generated from the following file:
- /home/ubuntu/c/partner/psyclone2/CMSDK/src/cmsdk3.py