Wrap more classes into ifcopenshell:: namespace

This commit is contained in:
Thomas Krijnen
2026-08-08 13:58:39 +02:00
parent 2c47c9d4fa
commit 02481b3247
149 changed files with 678 additions and 627 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ namespace usd_utils {
}
}
class SERIALIZERS_API usd_serializer : public write_only_geometry_serializer {
class SERIALIZERS_API usd_serializer : public ifcopenshell::geom::write_only_geometry_serializer {
private:
bool ready_ = false;
const std::string filename_;
@@ -86,7 +86,7 @@ private:
std::set<std::string> emitted_names_;
std::map<int, std::string> element_names_;
public:
usd_serializer(const std::string&, const ifcopenshell::geom::settings& settings, ::logger* logger = nullptr);
usd_serializer(const std::string&, const ifcopenshell::geom::settings& settings, ifcopenshell::logger* logger = nullptr);
virtual ~usd_serializer();
bool ready() { return ready_; }
void writeHeader();