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

Method GetRefMeasure

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

* Get the reference control measure. * * @returns const reference measure for this point */

Source from the content-addressed store, hash-verified

452 * @returns const reference measure for this point
453 */
454 const ControlMeasure *ControlPoint::GetRefMeasure() const {
455 if (!HasRefMeasure()) {
456 QString msg = "Control point [" + GetId() + "] has no reference measure!";
457 throw IException(IException::Programmer, msg, _FILEINFO_);
458 }
459
460 return referenceMeasure;
461 }
462
463
464 /**

Callers 15

mainFunction · 0.80
FindCnetRefMethod · 0.80
IsEditLockedMethod · 0.80
PointPixelShiftFilterMethod · 0.80
PointMeasuresFilterMethod · 0.80
PointLatLonFilterMethod · 0.80
PointDistanceFilterMethod · 0.80
ControlPointDataMethod · 0.80

Calls 1

IExceptionClass · 0.50

Tested by 1

mainFunction · 0.64