MCPcopy Create free account
hub / github.com/DOI-USGS/ISIS3 / SetCoordinate

Method SetCoordinate

isis/src/control/objs/ControlMeasure/ControlMeasure.cpp:219–222  ·  view source on GitHub ↗

* @brief Set the coordinate of the measurement * * @param sample Sample coordinate of the measurement * @param line Line coordinate of the measurement, */

Source from the content-addressed store, hash-verified

217 * @param line Line coordinate of the measurement,
218 */
219 ControlMeasure::Status ControlMeasure::SetCoordinate(double sample,
220 double line) {
221 return SetCoordinate(sample, line, GetType());
222 }
223
224
225 /**

Callers 15

mainFunction · 0.45
createMeasureMethod · 0.45
FindCnetRefMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
ComputeResidualsMethod · 0.45
mainFunction · 0.45
IsisMainFunction · 0.45
IsisMainFunction · 0.45
IsisMainFunction · 0.45
autoseedFunction · 0.45
ExtractLatLonRangeFunction · 0.45

Calls

no outgoing calls

Tested by 4

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36