MCPcopy Create free account
hub / github.com/ThatOpen/engine_web-ifc / AddHeaderLineTape

Method AddHeaderLineTape

src/cpp/web-ifc/parsing/IfcLoader.cpp:458–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456 }
457
458 void IfcLoader::AddHeaderLineTape(const uint32_t type, const uint32_t start)
459 {
460
461 IfcLine *l = new IfcLine();
462 l->ifcType = type;
463 l->tapeOffset = start;
464 _headerLines.push_back(l);
465 }
466
467 IfcTokenType IfcLoader::GetTokenType(uint32_t tapeOffset) const
468 {

Callers 1

WriteHeaderLineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected