MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / open

Method open

tests/catch.hpp:13352–13361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13350 }
13351
13352 void open() {
13353 if (!m_isOpen) {
13354 m_isOpen = true;
13355 *this << RowBreak();
13356 for (auto const& info : m_columnInfos)
13357 *this << info.name << ColumnBreak();
13358 *this << RowBreak();
13359 m_os << Catch::getLineOfChars<'-'>() << "\n";
13360 }
13361 }
13362 void close() {
13363 if (m_isOpen) {
13364 *this << RowBreak();

Callers

nothing calls this directly

Calls 2

RowBreakClass · 0.85
ColumnBreakClass · 0.85

Tested by

no test coverage detected