| 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 | { |