Adds framework for alignment helper functions.

Function include building a simple highway alignment and mapping of sementic segment definitions to geometric definitions (this part is still a work in progress)
This commit is contained in:
Richard Brice
2024-04-11 11:15:16 -07:00
parent 85887b6db0
commit e30fd6096a
4 changed files with 851 additions and 0 deletions
+2
View File
@@ -517,6 +517,8 @@ class IFC_PARSE_API IfcHierarchyHelper : public IfcParse::IfcFile {
typename Schema::IfcGeometricRepresentationContext* getRepresentationContext(const std::string&);
typename Schema::IfcGeometricRepresentationSubContext* getRepresentationSubContext(const std::string& ident, const std::string& type);
private:
std::map<std::string, typename Schema::IfcGeometricRepresentationContext*> contexts_;
};