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

Method GetReferenceSN

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

* @returns The cube serial number of the reference measure */

Source from the content-addressed store, hash-verified

1757 * @returns The cube serial number of the reference measure
1758 */
1759 QString ControlPoint::GetReferenceSN() const {
1760 if (!HasRefMeasure()) {
1761 QString msg = "There is no reference measure set in the ControlPoint [" +
1762 GetId() + "]";
1763 throw IException(IException::Programmer, msg, _FILEINFO_);
1764 }
1765
1766 return referenceMeasure->GetCubeSerialNumber();
1767 }
1768
1769
1770 /**

Callers 15

ExtractLatLonRangeFunction · 0.80
FindCnetRefMethod · 0.80
openReferenceRadiusMethod · 0.80
loadPointMethod · 0.80
updateLeftMeasureInfoMethod · 0.80
IsMeasureLockedMethod · 0.80
loadPointMethod · 0.80
loadMeasureTableMethod · 0.80
updateLeftMeasureInfoMethod · 0.80
openReferenceRadiusMethod · 0.80

Calls 2

GetCubeSerialNumberMethod · 0.80
IExceptionClass · 0.50

Tested by

no test coverage detected