Unique filter on IfcEntityList

This commit is contained in:
Thomas Krijnen
2017-06-20 18:54:55 +02:00
parent 1e8b1d9c9c
commit e60202b738
2 changed files with 14 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ public:
}
void remove(IfcUtil::IfcBaseClass*);
IfcEntityList::ptr filtered(const std::set<IfcSchema::Type::Enum>& entities);
IfcEntityList::ptr unique();
};
template <class T>