| 20 | #include "VoidAndCluster/VoidAndCluster.h" |
| 21 | |
| 22 | struct ProgramOptions |
| 23 | { |
| 24 | std::filesystem::path outputDirectory; |
| 25 | Dimensions dims; |
| 26 | SigmaPerDimension sigmas; |
| 27 | float initialBinaryPatternDensity; |
| 28 | ScalarImplementation implementation; |
| 29 | }; |
| 30 | |
| 31 | cxxopts::Options BuildCmdOptions() |
| 32 | { |
nothing calls this directly
no outgoing calls
no test coverage detected