 |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
Go to the documentation of this file.
19 Command(
const std::string& command);
24 std::string
getStringArg(
const std::string& key,
const std::string& def)
const;
The Command class provides a convenient way for a script to tell an object about something For exampl...
Definition: command.h:17
Command & setStringArg(const std::string &key, const std::string &value)
Definition: command.cpp:32
virtual ~Command()=default
const std::string m_command
Definition: command.h:29
std::string getStringArg(const std::string &key) const
Definition: command.cpp:20
Definition: commandlineparser.cpp:73
std::map< std::string, std::string > m_stringArgs
Definition: command.h:30
std::string getCommand() const
Definition: command.cpp:15
Command(const std::string &command)
Definition: command.cpp:11