mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
#1785 geometry caching caching
This commit is contained in:
@@ -82,6 +82,10 @@ private:
|
||||
|
||||
private:
|
||||
|
||||
std::map<std::string, boost::shared_ptr<IfcGeom::Representation::BRep>> brep_cache_;
|
||||
std::map<std::string, boost::shared_ptr<IfcGeom::Representation::Triangulation>> triangulation_cache_;
|
||||
std::map<std::string, std::string> group_cache_;
|
||||
|
||||
H5::Group createRepresentationGroup(const H5::Group& element_group, const std::string& gid);
|
||||
void read_surface_style(surface_style_serialization& sss, std::shared_ptr<IfcGeom::SurfaceStyle>& style_ptr);
|
||||
void write_style(surface_style_serialization& data, const IfcGeom::SurfaceStyle& s);
|
||||
|
||||
Reference in New Issue
Block a user