Command Line Interface handling for the VolumeExecutable.
More...
#include <openvdb_ax/compiler/VolumeExecutable.h>
|
| static CLI | create (size_t argc, const char *argv[], bool *used=nullptr) |
| static void | usage (std::ostream &os, const bool verbose) |
Command Line Interface handling for the VolumeExecutable.
This class wraps the logic for converting commands specific to the VolumeExecutable to the internal Settings. Subsequent executables can be initialized from the CLI object that gets created.
◆ ~CLI()
◆ CLI()
◆ create()
| CLI create |
( |
size_t | argc, |
|
|
const char * | argv[], |
|
|
bool * | used = nullptr ) |
|
static |
◆ operator=()
◆ usage()
| void usage |
( |
std::ostream & | os, |
|
|
const bool | verbose ) |
|
static |
◆ VolumeExecutable
| friend class VolumeExecutable |
|
friend |