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

Method PointStats

isis/src/control/objs/ControlNetFilter/ControlNetFilter.cpp:144–151  ·  view source on GitHub ↗

* Print the Standard Point Stats into Output file given the Control Point * * @author Sharmila Prasad (8/31/2010) * * @param pcPoint */

Source from the content-addressed store, hash-verified

142 * @param pcPoint
143 */
144 void ControlNetFilter::PointStats(const ControlPoint &pcPoint) {
145 mOstm << pcPoint.GetId() << ", " << sPointType[(int)pcPoint.GetType()]
146 << ", " << sBoolean[(int)pcPoint.IsIgnored()] << ", "
147 << sBoolean[(int)pcPoint.IsEditLocked()] << ", "
148 << pcPoint.GetNumMeasures() << ", "
149 << pcPoint.GetNumMeasures() - pcPoint.GetNumValidMeasures() << ", "
150 << pcPoint.GetNumLockedMeasures() << ", ";
151 }
152
153 /**
154 * Print Cube's File and Serial Number into the Output File

Callers

nothing calls this directly

Calls 7

GetIdMethod · 0.80
GetNumLockedMeasuresMethod · 0.80
GetTypeMethod · 0.45
IsIgnoredMethod · 0.45
IsEditLockedMethod · 0.45
GetNumMeasuresMethod · 0.45
GetNumValidMeasuresMethod · 0.45

Tested by

no test coverage detected