MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / clone_

Function clone_

src/ifcgeom/taxonomy.h:324–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 void print(std::ostream& o, int indent = 0) const;
323
324 virtual matrix4* clone_() const { return new matrix4(*this); }
325 virtual kinds kind() const { return MATRIX4; }
326
327 virtual size_t calc_hash() const {

Callers 1

taxonomy.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected