Stellarium 0.12.4
List of all members | Public Member Functions | Public Attributes
BigStarCatalogExtension::ZoneData Struct Reference

A single triangle. More...

#include <ZoneData.hpp>

Public Member Functions

int getNrOfStars (void) const
 Get number of stars in this triangle. More...
 

Public Attributes

Vec3f center
 
Vec3f axis0
 
Vec3f axis1
 
int size
 
void * stars
 

Detailed Description

A single triangle.

The stars are arranged in triangular zones according to StelGeodesicGrid. Bright stars (Star1) are stored in zones with small level, whereas fainter stars (Star2,Star3) are stored in zones with highter level. A ZoneData contains stars of a given type (Star1,Star2 or Star3) of a given triangle and level of the StelGeodesicGrid.

Definition at line 40 of file ZoneData.hpp.

Member Function Documentation

int BigStarCatalogExtension::ZoneData::getNrOfStars ( void  ) const
inline

Get number of stars in this triangle.

Definition at line 43 of file ZoneData.hpp.


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