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

Class ColumnInfo

tests/catch.hpp:13254–13259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13252}
13253
13254struct ColumnInfo {
13255 enum Justification { Left, Right };
13256 std::string name;
13257 int width;
13258 Justification justification;
13259};
13260struct ColumnBreak {};
13261struct RowBreak {};
13262

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected