Stellarium 0.15.2
|
Simple abstract class defining basic methods implemented by all objects that need to be stored in a StelSphericalIndex. More...
#include <StelRegionObject.hpp>
Public Member Functions | |
virtual SphericalRegionP | getRegion () const =0 |
Return the spatial region of the object. More... | |
virtual Vec3d | getPointInRegion () const =0 |
Return the spatial region of the object. More... | |
Simple abstract class defining basic methods implemented by all objects that need to be stored in a StelSphericalIndex.
Definition at line 28 of file StelRegionObject.hpp.
|
pure virtual |
Return the spatial region of the object.
Implemented in StelObject.
|
pure virtual |
Return the spatial region of the object.
Implemented in Nebula, and StelObject.