| 802 | } |
| 803 | |
| 804 | void NormalItem::endNormal(InventorOutput& out) const |
| 805 | { |
| 806 | out.decreaseIndent(); |
| 807 | out.writeLine("}"); |
| 808 | } |
| 809 | |
| 810 | // ----------------------------------------------------------------------------- |
| 811 |
nothing calls this directly
no test coverage detected