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