Package topo :: Package base :: Module boundingregion :: Class BoundingBoxIntersection
[hide private]
[frames] | no frames]

Class BoundingBoxIntersection

source code


A BoundingBox initialized as the intersection of the supplied list of BoundingBoxes.
Instance Methods [hide private]
 
__init__(self, *boxes, **params)
Given a list of BoundingBoxes, computes a new BoundingBox that is the intersection of all of the supplied boxes.
source code
 
aarect(self) source code

Inherited from BoundingBox: __repr__, __str__, contains, contains_exclusive, containsbb_exclusive, containsbb_inclusive, lbrt, script_repr, upperexclusive_contains

Inherited from BoundingRegion: __getstate__, __setstate__, centroid, rotate, scale, set, translate

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

Properties [hide private]

Inherited from BoundingRegion (private): _aarect

Inherited from object: __class__

Method Details [hide private]

__init__(self, *boxes, **params)
(Constructor)

source code 
Given a list of BoundingBoxes, computes a new BoundingBox that is the intersection of all of the supplied boxes.
Overrides: object.__init__

aarect(self)

source code 
Overrides: BoundingRegion.aarect