shapeworks::ParticleSystemCommand
Inherits from shapeworks::Command
Public Functions
| Name | |
|---|---|
| virtual const std::string | type() override |
Additional inherited members
Public Functions inherited from shapeworks::Command
| Name | |
|---|---|
| const std::string | name() const |
| const std::string | usage() const |
| const std::string | desc() const |
| std::vector< std::string > | parse_args(const std::vector< std::string > & arguments) parses the arguments for this command, saving them in the parser and returning the leftovers |
| int | run(SharedCommandData & sharedData) calls execute for this command using the parsed args, returning system exit value |
Protected Functions inherited from shapeworks::Command
| Name | |
|---|---|
| virtual void | buildParser() |
Protected Attributes inherited from shapeworks::Command
| Name | |
|---|---|
| optparse::OptionParser | parser |
Public Functions Documentation
function type
inline virtual const std::string type() override
Reimplements: shapeworks::Command::type
Updated on 2022-07-23 at 17:50:03 -0600