kstars
starblocklist.h
Go to the documentation of this file.
Stores and manages unnamed stars, most of which are dynamically loaded into memory.
Definition: deepstarcomponent.h:49
float getFaintMag()
Returns the magnitude of the faintest star currently stored.
Definition: starblocklist.h:106
Holds a block of stars and various peripheral variables to mark its place in data structures...
Definition: starblock.h:38
int getBlockCount()
Returns the total number of blocks in theis StarBlockList.
Definition: starblocklist.h:100
long getStarCount()
Returns the total number of stars in this StarBlockList.
Definition: starblocklist.h:94
void setStaticBlock(StarBlock *block)
Sets the first StarBlock in the list to point to the given StarBlock.
Definition: starblocklist.cpp:151
int releaseBlock(StarBlock *block)
Drops the StarBlock with the given pointer from the list.
Definition: starblocklist.cpp:43
Maintains a list of StarBlocks that contain the stars lying in a single trixel.
Definition: starblocklist.h:36
bool fillToMag(float maglim)
Ensures that the list is loaded with stars to given magnitude limit.
Definition: starblocklist.cpp:66
StarBlock * block(unsigned int i)
Returns the i-th block in this StarBlockList.
Definition: starblocklist.h:88
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.