Stellarium 0.11.4 | |||
Home · All Namespaces · All Classes · Functions · Coding Style · Scripting · Plugins · File Structure |
ZoneArray of Hipparcos stars. More...
#include <ZoneArray.hpp>
Public Member Functions | |
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 |
Add Hipparcos information for all stars in this catalog into hipIndex. |
ZoneArray of Hipparcos stars.
It's just a SpecialZoneArray<Star1> that implements updateHipIndex(HipIndexStruct).
void BigStarCatalogExtension::HipZoneArray::updateHipIndex | ( | HipIndexStruct | hipIndex[] | ) | const [virtual] |
Add Hipparcos information for all stars in this catalog into hipIndex.
hipIndex | array of Hipparcos info structs |
Reimplemented from BigStarCatalogExtension::ZoneArray.