| 1848 | } |
| 1849 | |
| 1850 | void 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 | |
| 1856 | IfcUtil::IfcBaseClass* IfcFile::addEntity(IfcUtil::IfcBaseClass* entity, int id) { |
| 1857 | if (id != -1) { |
no test coverage detected