Stellarium  0.16.1
List of all members | Public Member Functions
StelRegionObject Class Referenceabstract

Simple abstract class defining basic methods implemented by all objects that need to be stored in a StelSphericalIndex. More...

#include <StelRegionObject.hpp>

+ Inheritance diagram for StelRegionObject:

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

Detailed Description

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.

Member Function Documentation

virtual Vec3d StelRegionObject::getPointInRegion ( ) const
pure virtual

Return the spatial region of the object.

Implemented in StelObject.

virtual SphericalRegionP StelRegionObject::getRegion ( ) const
pure virtual

Return the spatial region of the object.

Implemented in Nebula, and StelObject.


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