Last minute refactoring

This commit is contained in:
Thomas Krijnen
2026-08-08 07:42:45 +02:00
parent 8870ffb018
commit af58eaf79f
300 changed files with 5230 additions and 5150 deletions
+6 -6
View File
@@ -23,7 +23,7 @@
#include <boost/dll/alias.hpp>
namespace ifcopenshell {
namespace geometry {
namespace geom {
namespace kernels {
namespace passthrough_plugin {
@@ -35,8 +35,8 @@ namespace ifcopenshell {
return kernel_plugin_metadata("passthrough");
}
AbstractKernel* create_kernel(ifcopenshell::file*, Settings& settings) {
return new PassthroughKernel(settings);
abstract_kernel* create_kernel(ifcopenshell::file*, ifcopenshell::geom::settings& settings) {
return new passthrough_kernel(settings);
}
void register_plugin(kernel_registry& registry, const plugin::module& module) {
@@ -51,6 +51,6 @@ namespace ifcopenshell {
}
}
BOOST_DLL_ALIAS(ifcopenshell::geometry::kernels::passthrough_plugin::plugin_abi, ifcopenshell_plugin_abi_v1)
BOOST_DLL_ALIAS(ifcopenshell::geometry::kernels::passthrough_plugin::plugin_metadata, ifcopenshell_plugin_metadata_v1)
BOOST_DLL_ALIAS(ifcopenshell::geometry::kernels::passthrough_plugin::register_plugin, ifcopenshell_register_kernel_plugin_v1)
BOOST_DLL_ALIAS(ifcopenshell::geom::kernels::passthrough_plugin::plugin_abi, ifcopenshell_plugin_abi_v1)
BOOST_DLL_ALIAS(ifcopenshell::geom::kernels::passthrough_plugin::plugin_metadata, ifcopenshell_plugin_metadata_v1)
BOOST_DLL_ALIAS(ifcopenshell::geom::kernels::passthrough_plugin::register_plugin, ifcopenshell_register_kernel_plugin_v1)