Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

JPLEphRecord Struct Reference

#include <jpleph.h>

List of all members.

Public Member Functions

 JPLEphRecord ()
 ~JPLEphRecord ()

Public Attributes

double * coeffs
double t0
double t1


Constructor & Destructor Documentation

JPLEphRecord::JPLEphRecord  )  [inline]
 

Definition at line 49 of file jpleph.h.

References coeffs.

00049 : coeffs(NULL) {};

JPLEphRecord::~JPLEphRecord  ) 
 

Definition at line 63 of file jpleph.cpp.

References coeffs.

00064 {
00065     if (coeffs != NULL)
00066         delete coeffs;
00067 }


Member Data Documentation

double* JPLEphRecord::coeffs
 

Definition at line 54 of file jpleph.h.

Referenced by JPLEphemeris::getPlanetPosition(), JPLEphRecord(), and ~JPLEphRecord().

double JPLEphRecord::t0
 

Definition at line 52 of file jpleph.h.

Referenced by JPLEphemeris::getPlanetPosition().

double JPLEphRecord::t1
 

Definition at line 53 of file jpleph.h.


The documentation for this struct was generated from the following files:
Generated on Sat Jan 14 22:33:23 2006 for Celestia by  doxygen 1.4.1