|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | SetControlPointLatLon (const std::string &incubes, const std::string &cnet) |
| Calculates the lat/lon of the ControlNet. | |
| void | IsisMain () |
Variables | |
| std::map< std::string, std::pair< double, double > > | p_pointLatLon |
| void SetControlPointLatLon | ( | const std::string & | incubes, | |
| const std::string & | cnet | |||
| ) |
Calculates the lat/lon of the ControlNet.
| incubes | The filename of the list of cubes in the ControlNet | |
| cnet | The filename of the ControlNet |
Definition at line 203 of file cnetadd.cpp.
| void IsisMain | ( | ) |
Definition at line 24 of file cnetadd.cpp.
| std::map< std::string, std::pair<double,double> > p_pointLatLon |
Definition at line 22 of file cnetadd.cpp.