Stellarium  0.16.1
List of all members | Classes | Public Member Functions
StelSphericalIndex Class Reference

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...
 

Detailed Description

Container allowing to store and query SphericalRegion.

Definition at line 27 of file StelSphericalIndex.hpp.

Member Function Documentation

void StelSphericalIndex::clear ( )
inline

Remove all the elements in the container.

Definition at line 67 of file StelSphericalIndex.hpp.

unsigned int StelSphericalIndex::count ( )
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.

template<class FuncObject >
void StelSphericalIndex::processAll ( FuncObject &  func) const
inline

Process all the objects intersecting the given region using the passed function object.

Definition at line 61 of file StelSphericalIndex.hpp.

template<class FuncObject >
void StelSphericalIndex::processBoundingCapIntersectingRegions ( const SphericalCap cap,
FuncObject &  func 
) const
inline

Process all the objects intersecting the given region using the passed function object.

Definition at line 49 of file StelSphericalIndex.hpp.

template<class FuncObject >
void StelSphericalIndex::processContainedRegions ( const SphericalRegion region,
FuncObject &  func 
) const
inline

Process all the objects contained in the given region using the passed function object.

Definition at line 55 of file StelSphericalIndex.hpp.

template<class FuncObject >
void StelSphericalIndex::processIntersectingPointInRegions ( const SphericalRegion region,
FuncObject &  func 
) const
inline

Process all the objects intersecting the given region using the passed function object.

Definition at line 43 of file StelSphericalIndex.hpp.

template<class FuncObject >
void StelSphericalIndex::processIntersectingRegions ( const SphericalRegion region,
FuncObject &  func 
) const
inline

Process all the objects intersecting the given region using the passed function object.

Definition at line 37 of file StelSphericalIndex.hpp.


The documentation for this class was generated from the following file: