spacetree.h File Reference
#include <vrs/container/array.h>
#include <vrs/container/iterator.h>
#include <vrs/container/staticarray.h>
#include <vrs/transactionno.h>
#include "spacetree.tli"
Go to the source code of this file.
|
Namespaces |
| namespace | VRS |
Classes |
| class | VRS::Point< DIM > |
| | Template class for n-dimensional points. More...
|
| class | VRS::Cell< DIM > |
| class | VRS::SpaceTreePath< DIM > |
| class | VRS::SpaceTree< NODE, DIM > |
| class | VRS::SpaceTree< NODE, DIM >::DefaultInclusionTest< POINTSET > |
| class | VRS::SpaceTree< NODE, DIM >::DefaultIntersectionTest< POINTSET > |
| class | VRS::SpaceTree< NODE, DIM >::NodePointer |
| struct | VRS::SpaceTree< NODE, DIM >::STNODEInfo |
| class | VRS::StaticNode< CONTENT > |
| class | VRS::DynamicNode< CONTENT, DIM > |
| class | VRS::DynamicSpaceTree< CONTENT, DIM > |
| class | VRS::StaticSpaceTree< CONTENT, DIM > |
Typedefs |
| typedef unsigned char | VRS::ChildNumber |
Functions |
| template<UINT DIM> |
| std::ostream & | VRS::operator<< (std::ostream &s, const Point< DIM > &p) |
| template<UINT DIM> |
| std::ostream & | VRS::operator<< (std::ostream &out, const Cell< DIM > &cell) |
| template<UINT DIM> |
| std::ostream & | VRS::operator<< (std::ostream &s, const SpaceTreePath< DIM > &path) |