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

Method GetNumPoints

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

Return the number of control points in the network

Source from the content-addressed store, hash-verified

1471
1472 //! Return the number of control points in the network
1473 int ControlNet::GetNumPoints() const {
1474 return points->size();
1475 }
1476
1477
1478 /**

Callers 15

sortedMeasureListMethod · 0.95
mainFunction · 0.80
FindCnetRefMethod · 0.80
PointPixelShiftFilterMethod · 0.80
PointEditLockFilterMethod · 0.80
PointIDFilterMethod · 0.80
PointMeasuresFilterMethod · 0.80
PointPropertiesFilterMethod · 0.80
PointLatLonFilterMethod · 0.80
PointDistanceFilterMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 13

mainFunction · 0.64
mainFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64