MCPcopy Create free account
hub / github.com/KTH-RPL/dufomap / Output

Class Output

src/dufomap.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59};
60
61struct Output {
62 std::string filename = "output";
63 bool has_color = false;
64 bool raycasting = false;
65};
66
67struct Config {
68 Dataset dataset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected