Skip to content

shapeworks::DeepSSMCommandGroup

Inherits from shapeworks::Command

Public Functions

Name
virtual const std::string type() override
virtual std::vector< std::string > parse_args(const std::vector< std::string > & arguments) override
parses the arguments for this command, saving them in the parser and returning the leftovers

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
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

cpp inline virtual const std::string type() override

Reimplements: shapeworks::Command::type

function parse_args

cpp inline virtual std::vector< std::string > parse_args( const std::vector< std::string > & arguments ) override

parses the arguments for this command, saving them in the parser and returning the leftovers

Reimplements: shapeworks::Command::parse_args


Updated on 2026-03-31 at 16:02:09 +0000