mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
First step at reorganizing
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "../ifcparse/IfcBaseClass.h"
|
||||
#include "../ifcgeom/taxonomy.h"
|
||||
|
||||
namespace ifcopenshell {
|
||||
|
||||
namespace geometry {
|
||||
|
||||
class abstract_mapping {
|
||||
public:
|
||||
virtual ifcopenshell::geometry::taxonomy::item* map(const IfcUtil::IfcBaseClass*) = 0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user