![]() |
Stellarium 0.15.2
|
Container allowing to store and query SphericalRegion. More...
#include <StelSphericalIndex.hpp>
Public Member Functions | |
| StelSphericalIndex (int maxObjectsPerNode=100, int maxLevel=7) | |
| void | insert (StelRegionObjectP obj) |
| Insert the given object in the StelSphericalIndex. More... | |
| template<class FuncObject > | |
| void | processIntersectingRegions (const SphericalRegion *region, FuncObject &func) const |
| Process all the objects intersecting the given region using the passed function object. More... | |
| template<class FuncObject > | |
| void | processIntersectingPointInRegions (const SphericalRegion *region, FuncObject &func) const |
| Process all the objects intersecting the given region using the passed function object. More... | |
| template<class FuncObject > | |
| void | processBoundingCapIntersectingRegions (const SphericalCap &cap, FuncObject &func) const |
| Process all the objects intersecting the given region using the passed function object. More... | |
| template<class FuncObject > | |
| void | processContainedRegions (const SphericalRegion *region, FuncObject &func) const |
| Process all the objects contained in the given region using the passed function object. More... | |
| template<class FuncObject > | |
| void | processAll (FuncObject &func) const |
| Process all the objects intersecting the given region using the passed function object. More... | |
| void | clear () |
| Remove all the elements in the container. More... | |
| unsigned int | count () |
| Return the total number of elements in the container. More... | |
Container allowing to store and query SphericalRegion.
Definition at line 27 of file StelSphericalIndex.hpp.
|
inline |
Remove all the elements in the container.
Definition at line 67 of file StelSphericalIndex.hpp.
|
inline |
Return the total number of elements in the container.
Definition at line 73 of file StelSphericalIndex.hpp.
| void StelSphericalIndex::insert | ( | StelRegionObjectP | obj | ) |
Insert the given object in the StelSphericalIndex.
|
inline |
Process all the objects intersecting the given region using the passed function object.
Definition at line 61 of file StelSphericalIndex.hpp.
|
inline |
Process all the objects intersecting the given region using the passed function object.
Definition at line 49 of file StelSphericalIndex.hpp.
|
inline |
Process all the objects contained in the given region using the passed function object.
Definition at line 55 of file StelSphericalIndex.hpp.
|
inline |
Process all the objects intersecting the given region using the passed function object.
Definition at line 43 of file StelSphericalIndex.hpp.
|
inline |
Process all the objects intersecting the given region using the passed function object.
Definition at line 37 of file StelSphericalIndex.hpp.
1.8.11