kstars
starblock.h
Go to the documentation of this file.
91 // These methods are there because we might want to make faintMag and brightMag private at some point
float getBrightMag()
Return the magnitude of the brightest star in this StarBlock.
Definition: starblock.h:97
Holds a block of stars and various peripheral variables to mark its place in data structures...
Definition: starblock.h:38
float getFaintMag()
Return the magnitude of the faintest star in this StarBlock.
Definition: starblock.h:104
int getStarCount()
Return the number of stars currently filled in this StarBlock.
Definition: starblock.h:110
Maintains a list of StarBlocks that contain the stars lying in a single trixel.
Definition: starblocklist.h:36
StarBlock(int nstars=100)
Constructor Initializes values of various parameters and creates nstars number of stars...
Definition: starblock.cpp:27
StarObject * addStar(const starData &data)
Initialize another star with data.
Definition: starblock.cpp:55
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:36:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.