![]() |
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
Container allowing to store and query SphericalRegion. More...
#include <StelSphericalIndex.hpp>
Classes | |
struct | CountFunc |
class | Node |
The base node class. | |
struct | NodeElem |
The elements stored in the container. | |
class | RootNode |
The first Node of a tree. | |
Public Member Functions | |
StelSphericalIndex (int maxObjectsPerNode=100, int maxLevel=7) | |
void | insert (StelRegionObjectP obj) |
template<class FuncObject > | |
void | processIntersectingRegions (const SphericalRegionP ®ion, FuncObject &func) const |
template<class FuncObject > | |
void | processBoundingCapIntersectingRegions (const SphericalCap &cap, FuncObject &func) const |
template<class FuncObject > | |
void | processContainedRegions (const SphericalRegionP ®ion, FuncObject &func) const |
template<class FuncObject > | |
void | processAll (FuncObject &func) const |
void | clear () |
unsigned int | count () |
Container allowing to store and query SphericalRegion.