TuttleOFX
1
|
Data Structures | |
struct | Dummy |
Typedefs | |
typedef std::vector < ttl::ofx::imageEffect::OfxhImageEffectPlugin * > | NodeList |
typedef ttl::ofx::imageEffect::OfxhImageEffectPlugin::ContextSet | NodeContext |
Functions | |
void | decomposeCommandLine (const int argc, char **const argv, std::vector< std::string > &cl_options, std::vector< std::vector< std::string > > &cl_commands, const std::string &pipe=kpipe) |
Decomposes command line arguments into a list of options and a list of node command lines. Groups the arguments without insterpretation at this step. | |
Variables | |
static const std::string | kpipe = SAM_DO_PIPE_STR |
typedef ttl::ofx::imageEffect::OfxhImageEffectPlugin::ContextSet sam::samdo::NodeContext |
Definition at line 24 of file nodeDummy.hpp.
typedef std::vector<ttl::ofx::imageEffect::OfxhImageEffectPlugin*> sam::samdo::NodeList |
Definition at line 23 of file nodeDummy.hpp.
void sam::samdo::decomposeCommandLine | ( | const int | argc, |
char **const | argv, | ||
std::vector< std::string > & | cl_options, | ||
std::vector< std::vector< std::string > > & | cl_commands, | ||
const std::string & | pipe = kpipe |
||
) |
Decomposes command line arguments into a list of options and a list of node command lines. Groups the arguments without insterpretation at this step.
[in] | argc | number of arguments ont the command line |
[in] | argv | list of string arguments |
[out] | cl_options | list of options for sam-do |
[out] | cl_commands | list of node command lines (list of strings groups without insterpretation at this step) |
[in] | pipe | pipe character |
Definition at line 29 of file commandLine.hpp.
References tuttle::plugin::viewer::argc, and copy().
Referenced by main().
const std::string sam::samdo::kpipe = SAM_DO_PIPE_STR [static] |
Definition at line 17 of file commandLine.hpp.