|
Overture
Version 25
|
#include <BoundingBox.h>
Public Member Functions | |
| BoundingBoxStack () | |
| ~BoundingBoxStack () | |
| void | push (BoundingBox &bb) |
| BoundingBox & | pop () |
| int | isEmpty () const |
| BoundingBoxStack::BoundingBoxStack | ( | ) |
| BoundingBoxStack::~BoundingBoxStack | ( | ) |
| int BoundingBoxStack::isEmpty | ( | ) | const |
| BoundingBox & BoundingBoxStack::pop | ( | ) |
| void BoundingBoxStack::push | ( | BoundingBox & | bb | ) |
References ListOfBoundingBox::addElement(), ListOfBoundingBox::getLength(), and ListOfBoundingBox::setElementPtr().
Referenced by ApproximateGlobalInverse::countCrossingsWithPolygon(), IntersectionMapping::determineIntersection(), ApproximateGlobalInverse::initializeBoundingBoxTrees(), and IntersectionMapping::intersectCurves().
1.8.3