VRS::Cell< DIM > Class Template Reference
#include <vrs/container/spacetree.h>
List of all members.
Detailed Description
template<UINT DIM>
class VRS::Cell< DIM >
Template class for n-dimensional space-tree cells. A cell is an n-dimensional half open cuboid. (for example a rect for n=2, whose boundaries with greater x respectively y values do not belong to the rect)
Constructor & Destructor Documentation
Member Function Documentation
template<UINT DIM>
| void VRS::Cell< DIM >::setMinPoint |
( |
const Point< DIM > & |
p |
) |
[inline] |
template<UINT DIM>
| void VRS::Cell< DIM >::setMaxPoint |
( |
const Point< DIM > & |
p |
) |
[inline] |
template<UINT DIM>
| bool VRS::Cell< DIM >::isContainedIn |
( |
const Cell< DIM > & |
cell |
) |
const |
template<UINT DIM>
| bool VRS::Cell< DIM >::intersects |
( |
const Cell< DIM > & |
cell |
) |
const |
The documentation for this class was generated from the following file: