mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 04:00:59 +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:
@@ -129,7 +129,7 @@ std::vector<ifcopenshell::geom::geometry_conversion_task> representation_tasks(
|
||||
ifcopenshell::geom::kernels::construct(&file, "passthrough", settings), &file, settings, log);
|
||||
|
||||
std::vector<ifcopenshell::geom::geometry_conversion_task> tasks;
|
||||
std::vector<ifcopenshell::geom::filter_t> filters;
|
||||
std::vector<ifcopenshell::geom::filter_function> filters;
|
||||
converter.mapping()->get_representations(tasks, filters);
|
||||
return tasks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user