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

Method GetNumMeasures

isis/src/control/objs/ControlNet/ControlNet.cpp:1462–1469  ·  view source on GitHub ↗

* Returns the total number of measures for all control points in the network * * @return Number of control measures */

Source from the content-addressed store, hash-verified

1460 * @return Number of control measures
1461 */
1462 int ControlNet::GetNumMeasures() const {
1463 int numMeasures = 0;
1464 foreach(ControlPoint * p, *points) {
1465 numMeasures += p->GetNumMeasures();
1466 }
1467
1468 return numMeasures;
1469 }
1470
1471
1472 //! Return the number of control points in the network

Callers 15

initializeVitalsMethod · 0.45
addPointMethod · 0.45
foreachFunction · 0.45
writeFirstPointMethod · 0.45
FindCnetRefMethod · 0.45
InterestByPointMethod · 0.45
FindOverlapMethod · 0.45
PointStatsMethod · 0.45
PointPixelShiftFilterMethod · 0.45

Calls 1

foreachFunction · 0.70

Tested by 10

TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
foreachFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36