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

Class Spacer

tests/catch.hpp:6550–6556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6548};
6549
6550class Spacer : public Column {
6551
6552public:
6553 explicit Spacer(size_t spaceWidth) : Column("") {
6554 width(spaceWidth);
6555 }
6556};
6557
6558class Columns {
6559 std::vector<Column> m_columns;

Callers 1

writeToStreamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected