TuttleOFX  1
sam::samdo Namespace Reference

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 Documentation

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.


Function Documentation

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.

Parameters:
[in]argcnumber of arguments ont the command line
[in]argvlist of string arguments
[out]cl_optionslist of options for sam-do
[out]cl_commandslist of node command lines (list of strings groups without insterpretation at this step)
[in]pipepipe character

Definition at line 29 of file commandLine.hpp.

References tuttle::plugin::viewer::argc, and copy().

Referenced by main().

Here is the call graph for this function:


Variable Documentation

const std::string sam::samdo::kpipe = SAM_DO_PIPE_STR [static]

Definition at line 17 of file commandLine.hpp.