From eb0da232d01c7ff1278768cb3f8fa18d54be3653 Mon Sep 17 00:00:00 2001 From: MelchiorSchuh Date: Mon, 8 Jul 2024 08:09:20 +0000 Subject: [PATCH] Apply prepare changes --- .../inspector/criterion/adjacency/section_meshes_adjacency.h | 4 ++-- .../criterion/degeneration/brep_meshes_degeneration.h | 4 ++-- .../criterion/degeneration/section_meshes_degeneration.h | 4 ++-- .../inspector/criterion/intersections/model_intersections.h | 4 ++-- .../criterion/intersections/surface_curve_intersections.h | 2 +- .../inspector/criterion/manifold/section_meshes_manifold.h | 4 ++-- include/geode/inspector/section_inspector.h | 2 +- include/geode/inspector/topology/brep_surfaces_topology.h | 4 ++-- include/geode/inspector/topology/section_corners_topology.h | 4 ++-- include/geode/inspector/topology/section_lines_topology.h | 4 ++-- include/geode/inspector/topology/section_surfaces_topology.h | 4 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.h b/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.h index cfd6e0f..f144acb 100644 --- a/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.h +++ b/include/geode/inspector/criterion/adjacency/section_meshes_adjacency.h @@ -40,8 +40,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api SectionMeshesAdjacencyInspectionResult + struct opengeode_inspector_inspector_api + SectionMeshesAdjacencyInspectionResult { InspectionIssuesMap< PolygonEdge > surfaces_edges_with_wrong_adjacencies{ diff --git a/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.h b/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.h index 08d2e3a..e1d6784 100644 --- a/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.h +++ b/include/geode/inspector/criterion/degeneration/brep_meshes_degeneration.h @@ -38,8 +38,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api BRepMeshesDegenerationInspectionResult + struct opengeode_inspector_inspector_api + BRepMeshesDegenerationInspectionResult { InspectionIssuesMap< index_t > degenerated_edges{ "BRep component meshes with degenerated edges" diff --git a/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.h b/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.h index 15fecab..e53095e 100644 --- a/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.h +++ b/include/geode/inspector/criterion/degeneration/section_meshes_degeneration.h @@ -38,8 +38,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api SectionMeshesDegenerationInspectionResult + struct opengeode_inspector_inspector_api + SectionMeshesDegenerationInspectionResult { InspectionIssuesMap< index_t > degenerated_edges{ "Section component meshes with degenerated edges" diff --git a/include/geode/inspector/criterion/intersections/model_intersections.h b/include/geode/inspector/criterion/intersections/model_intersections.h index cb0c144..8b24be4 100644 --- a/include/geode/inspector/criterion/intersections/model_intersections.h +++ b/include/geode/inspector/criterion/intersections/model_intersections.h @@ -38,8 +38,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api ElementsIntersectionsInspectionResult + struct opengeode_inspector_inspector_api + ElementsIntersectionsInspectionResult { InspectionIssues< std::pair< ComponentMeshElement, ComponentMeshElement > > diff --git a/include/geode/inspector/criterion/intersections/surface_curve_intersections.h b/include/geode/inspector/criterion/intersections/surface_curve_intersections.h index 3debc1e..e085d5a 100644 --- a/include/geode/inspector/criterion/intersections/surface_curve_intersections.h +++ b/include/geode/inspector/criterion/intersections/surface_curve_intersections.h @@ -47,7 +47,7 @@ namespace geode OPENGEODE_DISABLE_COPY( SurfaceCurveIntersections ); public: - explicit SurfaceCurveIntersections( + explicit SurfaceCurveIntersections( const TriangulatedSurface< dimension >& surface, const EdgedCurve< dimension >& curve ); diff --git a/include/geode/inspector/criterion/manifold/section_meshes_manifold.h b/include/geode/inspector/criterion/manifold/section_meshes_manifold.h index 8d472ac..26f6c85 100644 --- a/include/geode/inspector/criterion/manifold/section_meshes_manifold.h +++ b/include/geode/inspector/criterion/manifold/section_meshes_manifold.h @@ -35,8 +35,8 @@ namespace geode { - struct - opengeode_inspector_inspector_api SectionMeshesManifoldInspectionResult + struct opengeode_inspector_inspector_api + SectionMeshesManifoldInspectionResult { InspectionIssuesMap< index_t > meshes_non_manifold_vertices{ "Section component meshes with non manifold vertices" diff --git a/include/geode/inspector/section_inspector.h b/include/geode/inspector/section_inspector.h index 087865e..30c734d 100644 --- a/include/geode/inspector/section_inspector.h +++ b/include/geode/inspector/section_inspector.h @@ -51,7 +51,7 @@ namespace geode OPENGEODE_DISABLE_COPY( SectionInspector ); public: - explicit SectionInspector( const Section& section ); + explicit SectionInspector( const Section& section ); SectionInspectionResult inspect_section() const; }; diff --git a/include/geode/inspector/topology/brep_surfaces_topology.h b/include/geode/inspector/topology/brep_surfaces_topology.h index 4b42e41..7c1b1c5 100644 --- a/include/geode/inspector/topology/brep_surfaces_topology.h +++ b/include/geode/inspector/topology/brep_surfaces_topology.h @@ -36,8 +36,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api BRepSurfacesTopologyInspectionResult + struct opengeode_inspector_inspector_api + BRepSurfacesTopologyInspectionResult { InspectionIssues< uuid > surfaces_not_meshed{ "uuids of surface without mesh." diff --git a/include/geode/inspector/topology/section_corners_topology.h b/include/geode/inspector/topology/section_corners_topology.h index 42a4fed..39c03b3 100644 --- a/include/geode/inspector/topology/section_corners_topology.h +++ b/include/geode/inspector/topology/section_corners_topology.h @@ -37,8 +37,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api SectionCornersTopologyInspectionResult + struct opengeode_inspector_inspector_api + SectionCornersTopologyInspectionResult { InspectionIssues< uuid > corners_not_meshed{ "uuids of Corners without mesh." diff --git a/include/geode/inspector/topology/section_lines_topology.h b/include/geode/inspector/topology/section_lines_topology.h index df30c7d..242e21f 100644 --- a/include/geode/inspector/topology/section_lines_topology.h +++ b/include/geode/inspector/topology/section_lines_topology.h @@ -35,8 +35,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api SectionLinesTopologyInspectionResult + struct opengeode_inspector_inspector_api + SectionLinesTopologyInspectionResult { InspectionIssues< uuid > lines_not_meshed{ "uuids of Lines without mesh." diff --git a/include/geode/inspector/topology/section_surfaces_topology.h b/include/geode/inspector/topology/section_surfaces_topology.h index 3a4e3d5..9c8f24e 100644 --- a/include/geode/inspector/topology/section_surfaces_topology.h +++ b/include/geode/inspector/topology/section_surfaces_topology.h @@ -36,8 +36,8 @@ namespace geode namespace geode { - struct - opengeode_inspector_inspector_api SectionSurfacesTopologyInspectionResult + struct opengeode_inspector_inspector_api + SectionSurfacesTopologyInspectionResult { InspectionIssues< uuid > surfaces_not_meshed{ "uuids of Surfaces without mesh."