Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ iterator
Method
iterator
src/ifcparse/map_variant.h:59–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
mutable std::unique_ptr<value_type> cached_value_ptr_;
58
59
iterator() = default;
60
61
explicit iterator(underlying_iterator_variant v)
62
: it_var(std::move(v)) {}
Callers
15
add_collision_objects
Method · 0.45
create_iterators
Method · 0.45
to_obj_file
Method · 0.45
import_ifc
Function · 0.45
test_iterator
Function · 0.45
create_iter
Function · 0.45
create_geometry
Method · 0.45
patch
Method · 0.45
prefilter_elements_using_voxelization
Method · 0.45
substitute_detailed_elements
Method · 0.45
extract_geometry
Method · 0.45
_build_tree
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_iterator
Function · 0.36