MCPcopy Create free account
hub / github.com/NVIDIA-RTX/STBN / ProgramOptions

Class ProgramOptions

Tools/ScalarApp/main.cpp:22–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected