Applications/shapeworks/Executable.h
Namespaces
| Name |
|---|
| shapeworks User usage reporting (telemetry) |
Classes
| Name | |
|---|---|
| class | shapeworks::Executable |
Source code
```cpp
pragma once
/ * Unified shapeworks executable. /
include "Command.h"
include
namespace shapeworks {
class Executable { public: Executable();
void addCommand(Command &command); int run(int argc, char const const argv);
private:
void buildParser();
optparse::OptionParser parser;
std::map
int run(std::vector
}; // shapeworks ```
Updated on 2026-03-31 at 16:02:10 +0000