MCPcopy 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
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected