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

Method Add

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

* Add a measurement to the control point, taking ownership of the measure in * the process. * * @param measure The ControlMeasure to add */

Source from the content-addressed store, hash-verified

220 * @param measure The ControlMeasure to add
221 */
222 void ControlPoint::Add(ControlMeasure *measure) {
223 PointModified();
224 AddMeasure(measure);
225 }
226
227
228 /**

Callers 15

mainFunction · 0.45
mainFunction · 0.45
createPointMethod · 0.45
mainFunction · 0.45
outitFunction · 0.45
mainFunction · 0.45
testConnectivityFunction · 0.45
mainFunction · 0.45
BOOST_FOREACHFunction · 0.45
addMeasureFunction · 0.45
IsisMainFunction · 0.45
IsisMainFunction · 0.45

Calls

no outgoing calls

Tested by 7

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
outitFunction · 0.36
mainFunction · 0.36
testConnectivityFunction · 0.36
mainFunction · 0.36