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

Method SetCubeSerialNumber

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

* @brief Set cube serial number * * This method is used to set the serial number of the cube. That is, * the coordinate was selected from a cube with this unique serial * number * * @param sn Serial number of the cube where the coordinate was * selected * @return Status Success or MeasureLocked * */

Source from the content-addressed store, hash-verified

185 *
186 */
187 ControlMeasure::Status ControlMeasure::SetCubeSerialNumber(QString newSerialNumber) {
188 if (IsEditLocked())
189 return MeasureLocked;
190 *p_serialNumber = newSerialNumber;
191 return Success;
192 }
193
194
195 //! Set chooser name to a user who last changed the coordinate

Callers 15

mainFunction · 0.80
mainFunction · 0.80
createMeasureMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
testConnectivityFunction · 0.80
mainFunction · 0.80
IsisMainFunction · 0.80
IsisMainFunction · 0.80
autoseedFunction · 0.80
IsisMainFunction · 0.80
IsisMainFunction · 0.80

Calls

no outgoing calls

Tested by 15

mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
testConnectivityFunction · 0.64
mainFunction · 0.64
mainFunction · 0.64
SetUpMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
SetUpMethod · 0.64