CppEphem
|
Definition at line 29 of file test_CESkyCoord.h.
Public Member Functions | |
virtual bool | runtests () |
Run tests. More... | |
virtual bool | test_AngularSeparation (void) |
Test computation of angular separation. More... | |
test_CESkyCoord () | |
Default constructor. More... | |
virtual bool | test_construct (void) |
Test generic constructors. More... | |
virtual bool | test_Convert2Cirs (void) |
Test ability to set coordinates as CIRS. More... | |
virtual bool | test_Convert2Ecliptic (void) |
Test ability to convert to Ecliptic. More... | |
virtual bool | test_Convert2Galactic (void) |
Test ability to convert to Galactic. More... | |
virtual bool | test_Convert2Icrs (void) |
Test ability to convert to ICRS. More... | |
virtual bool | test_Convert2Observed (void) |
Test ability to convert to Observed. More... | |
virtual bool | test_ConvertTo (void) |
Tests the CESkyCoord::ConvertTo methods. More... | |
virtual bool | test_copy (void) |
Test ability to copy coordinates. More... | |
virtual | ~test_CESkyCoord () |
Destructor. More... | |
Private Member Functions | |
virtual bool | test_coords (const CESkyCoord &test, const CESkyCoord &expected, const std::string &func, const int &line) |
Tests two coordinates are equal and print some help if they aren't. More... | |
Private Attributes | |
CESkyCoord | base_cirs_ |
CEDate | base_date_ |
CESkyCoord | base_ecl_ |
CESkyCoord | base_gal_ |
CESkyCoord | base_icrs_ |
CESkyCoord | base_obs_ |
CEObserver | base_observer_ |
#include <test_CESkyCoord.h>
test_CESkyCoord::test_CESkyCoord | ( | ) |
Default constructor.
Definition at line 31 of file test_CESkyCoord.cpp.
|
virtual |
Destructor.
Definition at line 73 of file test_CESkyCoord.cpp.
|
virtual |
Run tests.
Definition at line 82 of file test_CESkyCoord.cpp.
|
virtual |
Test computation of angular separation.
Definition at line 387 of file test_CESkyCoord.cpp.
|
virtual |
Test generic constructors.
Definition at line 107 of file test_CESkyCoord.cpp.
|
virtual |
Test ability to set coordinates as CIRS.
Definition at line 183 of file test_CESkyCoord.cpp.
|
virtual |
Test ability to convert to Ecliptic.
Definition at line 349 of file test_CESkyCoord.cpp.
|
virtual |
Test ability to convert to Galactic.
Definition at line 264 of file test_CESkyCoord.cpp.
|
virtual |
Test ability to convert to ICRS.
Definition at line 224 of file test_CESkyCoord.cpp.
|
virtual |
Test ability to convert to Observed.
Definition at line 305 of file test_CESkyCoord.cpp.
|
virtual |
Tests the CESkyCoord::ConvertTo methods.
Definition at line 428 of file test_CESkyCoord.cpp.
|
privatevirtual |
Tests two coordinates are equal and print some help if they aren't.
Definition at line 463 of file test_CESkyCoord.cpp.
|
virtual |
Test ability to copy coordinates.
Definition at line 148 of file test_CESkyCoord.cpp.
|
private |
Definition at line 74 of file test_CESkyCoord.h.
|
private |
Definition at line 79 of file test_CESkyCoord.h.
|
private |
Definition at line 78 of file test_CESkyCoord.h.
|
private |
Definition at line 76 of file test_CESkyCoord.h.
|
private |
Definition at line 75 of file test_CESkyCoord.h.
|
private |
Definition at line 77 of file test_CESkyCoord.h.
|
private |
Definition at line 80 of file test_CESkyCoord.h.