CppEphem
|
Go to the source code of this file.
Functions | |
CESkyCoord | ConstructCoords (const double &x, const double &y, bool isDeg) |
Construct the coordinates object. More... | |
CEExecOptions | DefineOpts () |
Set the command line options. More... | |
int | main (int argc, char **argv) |
CESkyCoord ConstructCoords | ( | const double & | x, |
const double & | y, | ||
bool | isDeg | ||
) |
Construct the coordinates object.
[in] | x | X-coordinate |
[in] | y | Y-coordinate |
[in] | isDeg | true if the coordinates are in degrees |
Definition at line 110 of file angsep.cpp.
CEExecOptions DefineOpts | ( | ) |
Set the command line options.
Definition at line 69 of file angsep.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 34 of file angsep.cpp.