mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +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:
@@ -512,7 +512,7 @@ void GeometryStreamer::run(const std::string& path, int num_threads) {
|
||||
auto run_iterator = [&](ifcopenshell::geom::settings& iter_settings) -> bool {
|
||||
if (remaining.empty()) return true;
|
||||
|
||||
std::vector<ifcopenshell::geom::filter_t> filters;
|
||||
std::vector<ifcopenshell::geom::filter_function> filters;
|
||||
ifcopenshell::geom::instance_id_filter idf{
|
||||
/*include=*/true, /*traverse=*/false, remaining};
|
||||
filters.push_back(idf);
|
||||
|
||||
Reference in New Issue
Block a user