KSPlanet::OrbitDataColl

Search for usage in LXR

KSPlanet::OrbitDataColl Class Reference

#include <ksplanet.h>

Public Member Functions

 OrbitDataColl ()=default
 

Public Attributes

OBArray Dst
 
OBArray Lat
 
OBArray Lon
 

Detailed Description

OrbitDataColl contains three groups of six QVectors.

Each QVector is a list of OrbitData objects, representing a single sum used in computing the planet's position. A set of six of these vectors comprises the large "meta-sum" which yields the planet's Longitude, Latitude, or Distance value.

Author
Mark Hollomon
Version
1.0

Definition at line 121 of file ksplanet.h.

Constructor & Destructor Documentation

◆ OrbitDataColl()

KSPlanet::OrbitDataColl::OrbitDataColl ( )
default

Constructor.

Member Data Documentation

◆ Dst

OBArray KSPlanet::OrbitDataColl::Dst

Definition at line 129 of file ksplanet.h.

◆ Lat

OBArray KSPlanet::OrbitDataColl::Lat

Definition at line 128 of file ksplanet.h.

◆ Lon

OBArray KSPlanet::OrbitDataColl::Lon

Definition at line 127 of file ksplanet.h.


The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:04 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.