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

Function reverse

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

Source from the content-addressed store, hash-verified

166 virtual kinds kind() const = 0;
167 virtual void print(std::ostream&, int indent = 0) const;
168 virtual void reverse() { throw taxonomy::topology_error(); }
169 virtual size_t calc_hash() const = 0;
170 virtual size_t hash() const {
171 if (computed_hash_) {

Callers 7

extrudeFunction · 0.85
operator()Method · 0.85
convertMethod · 0.85
shorted_pathMethod · 0.85
PrintPerformanceStatsMethod · 0.85
base64Function · 0.85

Calls 4

topology_errorFunction · 0.85
reverseMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected