Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ OpaqueCoordinate
Function
OpaqueCoordinate
src/ifcgeom/ConversionResult.h:209–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
OpaqueCoordinate() {
210
for (auto it = values.begin(); it != values.end(); ++it) {
211
*it = nullptr;
212
}
213
}
214
215
OpaqueCoordinate(const OpaqueCoordinate& other) {
216
copy_(values, other.values);
Callers
nothing calls this directly
Calls
3
copy_
Function · 0.85
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected