mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Remove _t suffixes from public types
Rename header-scope aliases, enums, and helper types while retaining descriptive names where dropping the suffix would create a collision. Generated with the assistance of an AI coding tool.
This commit is contained in:
+11
-11
@@ -2390,17 +2390,17 @@ PREDEFINED = IFC_PARSE_API= \
|
||||
EXPAND_AS_DEFINED = Kernel_ \
|
||||
cgal_shape \
|
||||
cgal_kernel \
|
||||
cgal_placement_t \
|
||||
cgal_point_t \
|
||||
cgal_direction_t \
|
||||
cgal_vector_t \
|
||||
cgal_plane_t \
|
||||
cgal_curve_t \
|
||||
cgal_wire_t \
|
||||
cgal_face_t \
|
||||
cgal_shape_t \
|
||||
cgal_vertex_descriptor_t \
|
||||
cgal_face_descriptor_t \
|
||||
cgal_placement \
|
||||
cgal_point \
|
||||
cgal_direction \
|
||||
cgal_vector \
|
||||
cgal_plane \
|
||||
cgal_curve \
|
||||
cgal_wire \
|
||||
cgal_face \
|
||||
cgal_polyhedron \
|
||||
cgal_vertex_descriptor \
|
||||
cgal_face_descriptor \
|
||||
create_cube \
|
||||
create_polyhedron
|
||||
|
||||
|
||||
Reference in New Issue
Block a user