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

Method print

src/ifcgeom/taxonomy.cpp:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593std::atomic_uint32_t item::counter_(0);
594
595void ifcopenshell::geometry::taxonomy::item::print(std::ostream& o, int indent) const {
596 o << std::string(indent, ' ') << kind_to_string(kind()) << std::endl;
597}
598
599void ifcopenshell::geometry::taxonomy::matrix4::print(std::ostream& o, int indent) const {
600 print_impl(o, kind_to_string(kind()), indent);

Callers 5

print_implFunction · 0.45
printFunction · 0.45
convertMethod · 0.45
operator()Method · 0.45
convertMethod · 0.45

Calls 4

kindFunction · 0.85
print_implFunction · 0.85
toStringMethod · 0.80
strMethod · 0.45

Tested by

no test coverage detected