#include <ZoneArray.hpp>
|
| HipZoneArray (QFile *file, bool byte_swap, bool use_mmap, int level, int mag_min, int mag_range, int mag_steps) |
|
void | updateHipIndex (HipIndexStruct hipIndex[]) const Q_DECL_OVERRIDE |
| Add Hipparcos information for all stars in this catalog into hipIndex. More...
|
|
| SpecialZoneArray (QFile *file, bool byte_swap, bool use_mmap, int level, int mag_min, int mag_range, int mag_steps) |
| Handles loading of the meaty part of star catalogs. More...
|
|
|
SpecialZoneData< Star > * | getZones (void) const |
| Get an array of all SpecialZoneData objects in this catalog.
|
|
virtual void | draw (StelPainter *sPainter, int index, bool isInsideViewport, const RCMag *rcmag_table, int limitMagIndex, StelCore *core, int maxMagStarName, float names_brightness, const QVector< SphericalCap > &boundingCaps, const bool withAberration, const Vec3f vel) const Q_DECL_OVERRIDE |
| Draw stars and their names onto the viewport. More...
|
|
virtual void | scaleAxis () Q_DECL_OVERRIDE |
|
virtual void | searchAround (const StelCore *core, int index, const Vec3d &v, double cosLimFov, QList< StelObjectP > &result) Q_DECL_OVERRIDE |
|
Star * | stars |
|
ZoneArray of Hipparcos stars. It's just a SpecialZoneArray<Star1> that implements updateHipIndex(HipIndexStruct).
◆ updateHipIndex()
- Parameters
-
hipIndex | array of Hipparcos info structs |