PCL
|
Structural and statistical data about an XPSD database file. More...
#include <StarDatabaseFile.h>
Public Attributes | |
uint32 | maximumLeafLength = 0 |
Maximum quadtree leaf node length. | |
float | medianLeafLength = 0 |
The median of quadtree leaf node lengths. | |
uint32 | minimumLeafLength = 0 |
Minimum quadtree leaf node length. | |
uint32 | totalLeaves = 0 |
Number of quadtree index leaf nodes. | |
uint32 | totalNodes = 0 |
Number of quadtree index nodes, including structural and leaf nodes. | |
uint64 | totalSources = 0 |
The total number of sources included in this database. | |
This structure provides information about the number of sources included in an XPSD file, as well as critical data about its tree-based database index structure.
Definition at line 136 of file StarDatabaseFile.h.