mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 00:03:17 +00:00
traverse() as a global function rather than method on IfcFile
This commit is contained in:
@@ -55,7 +55,6 @@ private:
|
||||
IfcSpfHeader _header;
|
||||
|
||||
void setDefaultHeaderValues();
|
||||
void traverse(IfcUtil::IfcBaseClass*, std::set<IfcUtil::IfcBaseClass*>& visited, IfcEntityList::ptr list, int level, int max_level);
|
||||
void register_inverse(unsigned, Token);
|
||||
public:
|
||||
IfcParse::IfcSpfLexer* tokens;
|
||||
|
||||
Reference in New Issue
Block a user