|
Isis 3.0 Application Source Code Reference |
Home |
Go to the source code of this file.
Functions | |
| void | ProcessControlPoints (std::string psFileName, ControlNet &pcCnet, bool pbDelete, Pvl &pcPvlLog, bool pbPreserve) |
| Reads the Control Points list and matches with the control network. | |
| void | ProcessControlMeasures (std::string psFileName, ControlNet &pcCnet, bool pbDelete, bool pbPreserve) |
| Reads the Cube file list and creates the serial number of the Cubes. | |
| void | IsisMain () |
| void ProcessControlPoints | ( | std::string | psFileName, | |
| ControlNet & | pcCnet, | |||
| bool | pbDelete, | |||
| Pvl & | pcPvlLog, | |||
| bool | pbPreserve | |||
| ) |
Reads the Control Points list and matches with the control network.
If match was successful, ignore the point. If Delete option was chosen, delete the point
| psFileName | - Filename with Control Points | |
| pcCnet | - holds the input Control Network | |
| pbDelete | - Delete option (true/false) | |
| pcPvlLog | - Pvl for which control points stats have to be added | |
| pbPreserve | - Preserve Control Points with Measures equal to one. (true/false) |
Definition at line 104 of file cnetedit.cpp.
| void ProcessControlMeasures | ( | std::string | psFileName, | |
| ControlNet & | pcCnet, | |||
| bool | pbDelete, | |||
| bool | pbPreserve | |||
| ) |
Reads the Cube file list and creates the serial number of the Cubes.
If Control Measure serial# matches with the control network,ignore the point. If Delete option was chosen, delete the Measure
| psFileName | - Filename with Cube File names | |
| pcCnet | - holds the input Control Network | |
| pbDelete | - Delete option (true/false) | |
| pbPreserve | - Preserve Control Points with Measures equal to one. (true/false) |
Definition at line 160 of file cnetedit.cpp.
| void IsisMain | ( | ) |
Definition at line 17 of file cnetedit.cpp.