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

Method ToInteger

isis/src/core/src/IString.cpp:719–721  ·  view source on GitHub ↗

* Returns the object string as an integer. * * @deprecated * * @return int The integer te string represents */

Source from the content-addressed store, hash-verified

717 * @return int The integer te string represents
718 */
719 int IString::ToInteger() const {
720 return ToInteger(*this);
721 }
722
723 /**
724 * Returns the integer representation of the input string

Callers 15

mainFunction · 0.80
ToIntegerFunction · 0.80
ImportPdsTable.cppFile · 0.80
prepareCalculationsMethod · 0.80
GetIntegerMethod · 0.80
VerifyMethod · 0.80
YearMethod · 0.80
MonthMethod · 0.80
DayMethod · 0.80
HourMethod · 0.80
MinuteMethod · 0.80

Calls 2

ToIntegerFunction · 0.50
IExceptionClass · 0.50

Tested by 1

mainFunction · 0.64