USGS

Isis 3.0 Application Source Code Reference

Home

cnetadd.cpp File Reference

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


Function Documentation

void SetControlPointLatLon ( const std::string &  incubes,
const std::string &  cnet 
)

Calculates the lat/lon of the ControlNet.

Parameters:
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.


Variable Documentation

std::map< std::string, std::pair<double,double> > p_pointLatLon

Definition at line 22 of file cnetadd.cpp.