MCPcopy Create free account
hub / github.com/Kitware/VTK / parseInt

Method parseInt

Domains/Chemistry/vtkBlueObeliskDataParser.cxx:455–460  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

453
454//------------------------------------------------------------------------------
455int vtkBlueObeliskDataParser::parseInt(const char* d)
456{
457 int value;
458 VTK_FROM_CHARS_IF_ERROR_RETURN(d, value, 0);
459 return value;
460}
461
462//------------------------------------------------------------------------------
463float vtkBlueObeliskDataParser::parseFloat(const char* d)

Callers 1

server.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected