Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6550
class Spacer : public Column {
6551
6552
public:
6553
explicit Spacer(size_t spaceWidth) : Column(
""
) {
6554
width(spaceWidth);
6555
}
6556
};
6557
6558
class Columns {
6559
std::vector<Column> m_columns;
Callers
1
writeToStream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected