Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThatOpen/engine_web-ifc
/ GetIntArgument
Method
GetIntArgument
src/cpp/web-ifc/parsing/IfcLoader.cpp:388–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
}
387
388
long IfcLoader::GetIntArgument() const
389
{
390
std::string_view str = GetStringArgument();
391
return std::stoll(std::string(str));
392
}
393
394
long IfcLoader::GetIntArgument(const uint32_t tapeOffset) const
395
{
Callers
7
ReadValue
Function · 0.80
ReadValue
Function · 0.80
GetSurface
Method · 0.80
Read2DArrayOfThreeIndices
Method · 0.80
ReadIndexedPolygonalFace
Method · 0.80
ComputeCurve
Method · 0.80
ReadCurveIndices
Method · 0.80
Calls
1
MoveTo
Method · 0.80
Tested by
1
ReadValue
Function · 0.64