Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ parse
Function
parse
IO/Chemistry/vtkVASPAnimationReader.cxx:32–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
template <typename T>
32
bool parse(const std::string& str, T& result)
33
{
34
if (!str.empty())
35
{
36
std::istringstream tmp(str);
37
tmp >> result;
38
return !tmp.fail();
39
}
40
return false;
41
}
42
43
} // end anon namespace
44
Callers
10
NextTimeStep
Method · 0.70
ReadMolecule
Method · 0.70
WriteToStreamMultiBlock
Method · 0.50
LoadBuffers
Method · 0.50
LoadFileMetaData
Method · 0.50
UpdateMetadata
Method · 0.50
RequestData
Method · 0.50
Open
Method · 0.50
CanReadFile
Method · 0.50
ReadTileset
Function · 0.50
Calls
1
empty
Method · 0.45
Tested by
1
ReadTileset
Function · 0.40