Kstars
starblocklist.h
const QList< std::shared_ptr< StarBlock > > & contents() const
Definition: starblocklist.h:69
StarBlockList(const Trixel &trixel, DeepStarComponent *parent=nullptr)
Constructor for deep star catalogs.
Definition: starblocklist.cpp:21
Definition: starblock.h:42
int releaseBlock(StarBlock *block)
Drops the StarBlock with the given pointer from the list.
Definition: starblocklist.cpp:28
void setStaticBlock(std::shared_ptr< StarBlock > &block)
Sets the first StarBlock in the list to point to the given StarBlock.
Definition: starblocklist.cpp:157
long getStarCount() const
Returns the total number of stars in this StarBlockList.
Definition: starblocklist.h:75
Trixel getTrixel() const
Returns the trixel that this SBL is meant for.
Definition: starblocklist.h:93
Definition: deepstarcomponent.h:31
std::shared_ptr< StarBlock > block(unsigned int i)
Returns the i-th block in this StarBlockList.
Definition: starblocklist.h:64
float getFaintMag() const
Returns the magnitude of the faintest star currently stored.
Definition: starblocklist.h:87
int getBlockCount() const
Returns the total number of blocks in theis StarBlockList.
Definition: starblocklist.h:81
Definition: starblocklist.h:22
bool fillToMag(float maglim)
Ensures that the list is loaded with stars to given magnitude limit.
Definition: starblocklist.cpp:62
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 03:56:59 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 29 2023 03:56:59 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.