MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / addEntities

Method addEntities

src/ifcparse/IfcParse.cpp:1850–1854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1848}
1849
1850void IfcFile::addEntities(aggregate_of_instance::ptr entities) {
1851 for (aggregate_of_instance::it i = entities->begin(); i != entities->end(); ++i) {
1852 addEntity(*i);
1853 }
1854}
1855
1856IfcUtil::IfcBaseClass* IfcFile::addEntity(IfcUtil::IfcBaseClass* entity, int id) {
1857 if (id != -1) {

Callers 4

create_testcase_forFunction · 0.80
create_curve_rebarFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected