LineList
#include <linelist.h>
Inherited by SkipHashList.
Public Member Functions | |
void | append (std::shared_ptr< SkyPoint > p) |
std::shared_ptr< SkyPoint > | at (int i) |
SkyList * | points () |
Public Attributes | |
DrawID | drawID |
UpdateID | updateID |
UpdateID | updateNumID |
Detailed Description
A simple data container used by LineListIndex. It contains a list of SkyPoints and integer drawID, updateID and updateNumID.
- Version
- 0.2
Definition at line 24 of file linelist.h.
Member Function Documentation
◆ points()
|
inline |
return the list of points for iterating or appending (or whatever).
Definition at line 33 of file linelist.h.
Member Data Documentation
◆ drawID
DrawID LineList::drawID |
A global drawID (in SkyMesh) is updated at the start of each draw cycle.
Since an extended object is often covered by more than one trixel, the drawID is used to make sure each object gets drawn at most once per draw cycle. It is public because it is both set and read by the LineListIndex class.
Definition at line 44 of file linelist.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:56:22 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.