Rename geometry and serializer files

Apply the rename manifest, normalize serializer filenames to the classes they define, and update includes and CMake source lists.

Generated with the assistance of an AI coding tool.
This commit is contained in:
Thomas Krijnen
2026-08-08 14:19:57 +02:00
parent 02481b3247
commit 7ae6bf4374
132 changed files with 217 additions and 217 deletions
@@ -1,7 +1,7 @@
#include "base_utils.h"
#include "../../../ifcparse/logger.h"
#include "OpenCascadeConversionResult.h"
#include "opencascade_conversion_result.h"
#include "boolean_utils.h"
#include <Standard_Version.hxx>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef BASE_UTILS_H
#define BASE_UTILS_H
#include "../../../ifcgeom/ConversionResult.h"
#include "../../../ifcgeom/conversion_result.h"
#include "../ifc_geomlibrary_api.h"
#include <gp_Pln.hxx>
@@ -1,4 +1,4 @@
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "boolean_utils.h"
#include "base_utils.h"
@@ -1,6 +1,6 @@
#include "boolean_utils.h"
#include "IfcGeomTree.h"
#include "tree.h"
#include "base_utils.h"
#include <BRepBuilderAPI_Copy.hxx>
@@ -1,4 +1,4 @@
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include <Geom_BSplineSurface.hxx>
@@ -1,4 +1,4 @@
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include <BRepPrimAPI_MakePrism.hxx>
+2 -2
View File
@@ -27,7 +27,7 @@
#include <TopoDS_Wire.hxx>
#include <TopoDS_Face.hxx>
#include <TopExp_Explorer.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopoDS_iterator.hxx>
#include <ShapeFix_Shape.hxx>
#include <ShapeFix_ShapeTolerance.hxx>
#include <BRep_Tool.hxx>
@@ -58,7 +58,7 @@
#include <BRepAdaptor_HCompCurve.hxx>
#endif
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "face_definition.h"
#include "wire_utils.h"
#include "base_utils.h"
@@ -3,7 +3,7 @@
#include <TopoDS.hxx>
#include <Geom_Line.hxx>
#include <BRep_Tool.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopoDS_iterator.hxx>
/* Returns whether wire conforms to a polyhedron, i.e. only edges with linear curves*/
bool ifcopenshell::geom::util::is_polyhedron(const TopoDS_Wire & wire) {
@@ -1,6 +1,6 @@
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "IfcGeomTree.h"
#include "tree.h"
#include "wire_utils.h"
namespace {
+2 -2
View File
@@ -1,5 +1,5 @@
#include "layerset.h"
#include "OpenCascadeConversionResult.h"
#include "opencascade_conversion_result.h"
#include "base_utils.h"
#include "boolean_utils.h"
@@ -11,7 +11,7 @@
#include <TopoDS.hxx>
#include <TopoDS_Solid.hxx>
#include <TopoDS_Shell.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopoDS_iterator.hxx>
#include <TopExp_Explorer.hxx>
#include <Standard_Macro.hxx>
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef LAYERSET_H
#define LAYERSET_H
#include "../../ConversionResult.h"
#include "../../conversion_result.h"
#include <Geom_Surface.hxx>
#include <TopoDS_Shape.hxx>
+1 -1
View File
@@ -17,7 +17,7 @@
* *
********************************************************************************/
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "base_utils.h"
#include <TopExp.hxx>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "wire_builder.h"
#include <Geom_Line.hxx>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
using namespace ifcopenshell::geom;
using namespace ifcopenshell::geom::kernels;
@@ -10,10 +10,10 @@
#include <TopoDS_Compound.hxx>
#include <BRep_Builder.hxx>
#include "OpenCascadeConversionResult.h"
#include "opencascade_conversion_result.h"
#include "../../../ifcparse/logger.h"
#include "../../../ifcgeom/IfcGeomRepresentation.h"
#include "../../../ifcgeom/representation.h"
#include "base_utils.h"
#include "boolean_utils.h"
@@ -31,7 +31,7 @@
#include <BRepAdaptor_Curve.hxx>
#include <GCPnts_QuasiUniformDeflection.hxx>
#include "../../../ifcgeom/ConversionResult.h"
#include "../../../ifcgeom/conversion_result.h"
#include "../../../ifcgeom/kernels/ifc_geomlibrary_api.h"
namespace ifcopenshell {
@@ -23,7 +23,7 @@
* *
********************************************************************************/
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "boolean_utils.h"
#include "base_utils.h"
@@ -41,18 +41,18 @@
#include <BRep_Builder.hxx>
#include <BRepBuilderAPI_MakeEdge.hxx>
#include "../../../ifcgeom/AbstractKernel.h"
#include "../../../ifcgeom/abstract_kernel.h"
#include "../../../ifcgeom/IfcGeomElement.h"
#include "../../../ifcgeom/IfcGeomRepresentation.h"
#include "../../../ifcgeom/ConversionResult.h"
#include "../../../ifcgeom/element.h"
#include "../../../ifcgeom/representation.h"
#include "../../../ifcgeom/conversion_result.h"
#include "../../../ifcgeom/kernels/opencascade/OpenCascadeConversionResult.h"
#include "../../../ifcgeom/kernels/opencascade/opencascade_conversion_result.h"
#include "../../../ifcgeom/kernels/ifc_geomlibrary_api.h"
#include "../../../ifcgeom/taxonomy.h"
#include "../../../ifcgeom/ConversionSettings.h"
#include "../../../ifcgeom/conversion_settings.h"
namespace {
template <typename Fn>
+1 -1
View File
@@ -18,7 +18,7 @@
********************************************************************************/
#include "../../kernel_plugin.h"
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include <boost/dll/alias.hpp>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "base_utils.h"
+1 -1
View File
@@ -17,7 +17,7 @@
* *
********************************************************************************/
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include <BRepPrimAPI_MakeHalfSpace.hxx>
#include <BRepBuilderAPI_MakeFace.hxx>
@@ -17,7 +17,7 @@
* *
********************************************************************************/
#include "OpenCascadeKernel.h"
#include "opencascade_kernel.h"
#include "base_utils.h"
#include "wire_utils.h"
@@ -22,11 +22,11 @@
#include "../../../ifcparse/file.h"
#include "../../../ifcgeom/IfcGeomElement.h"
#include "../../../ifcgeom/Iterator.h"
#include "../../../ifcgeom/element.h"
#include "../../../ifcgeom/iterator.h"
#include "../../../ifcgeom/tree.h"
#include "OpenCascadeConversionResult.h"
#include "OpenCascadeKernel.h"
#include "opencascade_conversion_result.h"
#include "opencascade_kernel.h"
#include "base_utils.h"
#include <NCollection_UBTree.hxx>
@@ -23,7 +23,7 @@
#include "../../kernel_registry.h"
#include "../../tree_registry.h"
#include "../../../ifcparse/exception.h"
#include "IfcGeomTree.h"
#include "tree.h"
namespace ifcopenshell {
namespace geom {
@@ -1,7 +1,7 @@
#include "wire_builder.h"
#include "../../../ifcparse/logger.h"
#include "../../../ifcgeom/ConversionSettings.h"
#include "../../../ifcgeom/conversion_settings.h"
#include <TopExp.hxx>
#include <TopoDS.hxx>
@@ -1,15 +1,15 @@
#include "wire_utils.h"
#include "../../../ifcparse/logger.h"
#include "../../../ifcgeom/ConversionSettings.h"
#include "../../../ifcgeom/conversion_settings.h"
#include "base_utils.h"
#include "boolean_utils.h"
#include "IfcGeomTree.h"
#include "tree.h"
#include <TopExp.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Iterator.hxx>
#include <TopoDS_iterator.hxx>
#include <ShapeFix_Wire.hxx>
#include <BRep_Tool.hxx>
#include <BRepTools_WireExplorer.hxx>