BBoxList Class Reference
Class BBoxList implements a linked list of BBox.
More...
#include <BBoxList.h>
List of all members.
Detailed Description
Class BBoxList implements a linked list of BBox.
Routines to manipulate this list are provided.
- Author:
- Manish Parashar
Constructor & Destructor Documentation
BBoxList::BBoxList |
( |
|
) |
[inline] |
BBoxList::BBoxList |
( |
const unsigned int |
maxnum |
) |
[inline, explicit] |
BBoxList::BBoxList |
( |
const void * |
package, |
|
|
const unsigned int |
size, |
|
|
const int |
n | |
|
) |
| | [inline] |
BBoxList::BBoxList |
( |
const BBoxList & |
other |
) |
[inline] |
BBoxList::~BBoxList |
( |
void |
|
) |
[inline] |
Member Function Documentation
void BBoxList::combine |
( |
const BBoxList & |
rhs |
) |
|
int BBoxList::intersection |
( |
BBoxList & |
bbl, |
|
|
const BBox & |
lhs, |
|
|
const BBox & |
rhs | |
|
) |
| | |
void BBoxList::mergeboxes |
( |
const short * |
olap |
) |
|
References Bucket< Type >::add(), BBox::empty(), Bucket< Type >::first(), Bucket< BBox >::first(), Bucket< Type >::isempty(), Bucket< BBox >::isempty(), BBox::mergable(), Bucket< Type >::next(), Bucket< Type >::number(), Bucket< Type >::remove(), and Bucket< Type >::swap().
Referenced by GridHierarchy::DAGH_ComposeHierarchy(), GridHierarchy::DAGH_CreateBBoxList(), GridHierarchy::DAGH_RecomposeHierarchy(), and DAGHCluster().
void BBoxList::operator*= |
( |
const BBox & |
rhs |
) |
|
void BBoxList::operator*= |
( |
const BBoxList & |
rhs |
) |
|
void BBoxList::operator-= |
( |
const BBox & |
rhs |
) |
|
void BBoxList::operator-= |
( |
const BBoxList & |
rhs |
) |
|
BBox BBoxList::reduce |
( |
|
) |
|
The documentation for this class was generated from the following files: