#include <orsa_orbit.h>
Collaboration diagram for Observation:

Public Member Functions | |
| bool | operator< (const Observation &obs) const |
Public Attributes | |
| std::string | designation |
| std::string | discovery_asterisk |
| Date | date |
| Angle | ra |
| Angle | dec |
| double | mag |
| std::string | obscode |
Definition at line 42 of file orsa_orbit.h.
| bool operator< | ( | const Observation & | obs | ) | const [inline] |
Definition at line 45 of file orsa_orbit.h.
References Observation::date, and Date::GetJulian().
00045 { 00046 return (date.GetJulian() < obs.date.GetJulian()); 00047 }
Here is the call graph for this function:

Definition at line 52 of file orsa_orbit.h.
Referenced by orsa::BuildObservationTriplets(), Observation::operator<(), RWOFile::Read(), MPCObsFile::Read(), orsa::residual(), and orsa::Weight().
Definition at line 53 of file orsa_orbit.h.
Referenced by Sky::delta_arcsec(), RWOFile::Read(), and MPCObsFile::Read().
| std::string designation |
| std::string discovery_asterisk |
| double mag |
| std::string obscode |
Definition at line 55 of file orsa_orbit.h.
Referenced by RWOFile::Read(), MPCObsFile::Read(), and orsa::residual().
Definition at line 53 of file orsa_orbit.h.
Referenced by Sky::delta_arcsec(), RWOFile::Read(), and MPCObsFile::Read().
1.4.7