mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
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:
@@ -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,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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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,7 +1,7 @@
|
||||
#ifndef LAYERSET_H
|
||||
#define LAYERSET_H
|
||||
|
||||
#include "../../ConversionResult.h"
|
||||
#include "../../conversion_result.h"
|
||||
|
||||
#include <Geom_Surface.hxx>
|
||||
#include <TopoDS_Shape.hxx>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
* *
|
||||
********************************************************************************/
|
||||
|
||||
#include "OpenCascadeKernel.h"
|
||||
#include "opencascade_kernel.h"
|
||||
#include "base_utils.h"
|
||||
|
||||
#include <TopExp.hxx>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "OpenCascadeKernel.h"
|
||||
#include "opencascade_kernel.h"
|
||||
#include "wire_builder.h"
|
||||
|
||||
#include <Geom_Line.hxx>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "OpenCascadeKernel.h"
|
||||
#include "opencascade_kernel.h"
|
||||
|
||||
using namespace ifcopenshell::geom;
|
||||
using namespace ifcopenshell::geom::kernels;
|
||||
|
||||
+2
-2
@@ -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"
|
||||
|
||||
+1
-1
@@ -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 {
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
* *
|
||||
********************************************************************************/
|
||||
|
||||
#include "OpenCascadeKernel.h"
|
||||
#include "opencascade_kernel.h"
|
||||
|
||||
#include "boolean_utils.h"
|
||||
#include "base_utils.h"
|
||||
+6
-6
@@ -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>
|
||||
@@ -18,7 +18,7 @@
|
||||
********************************************************************************/
|
||||
|
||||
#include "../../kernel_plugin.h"
|
||||
#include "OpenCascadeKernel.h"
|
||||
#include "opencascade_kernel.h"
|
||||
|
||||
#include <boost/dll/alias.hpp>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "OpenCascadeKernel.h"
|
||||
#include "opencascade_kernel.h"
|
||||
|
||||
#include "base_utils.h"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user