![]() |
Visual Servoing Platform version 3.7.0
|
Public Member Functions | |
| CmdArguments () | |
| void | registerArguments (vpJsonArgumentParser &parser) |
| void | postProcessArguments () |
Public Attributes | |
| std::string | colorSequence |
| std::string | depthFolder |
| int | startFrame |
| unsigned int | frameStep |
| bool | stepByStep |
Definition at line 54 of file tutorial-rbt-sequence.cpp.
|
inline |
Definition at line 56 of file tutorial-rbt-sequence.cpp.
References frameStep, startFrame, and stepByStep.
|
inline |
Definition at line 69 of file tutorial-rbt-sequence.cpp.
References vpException::badValue, and colorSequence.
|
inline |
Definition at line 59 of file tutorial-rbt-sequence.cpp.
References colorSequence, depthFolder, frameStep, startFrame, and stepByStep.
| std::string CmdArguments::colorSequence |
Definition at line 76 of file tutorial-rbt-sequence.cpp.
Referenced by postProcessArguments(), and registerArguments().
| std::string CmdArguments::depthFolder |
Definition at line 77 of file tutorial-rbt-sequence.cpp.
Referenced by registerArguments().
| unsigned int CmdArguments::frameStep |
Definition at line 79 of file tutorial-rbt-sequence.cpp.
Referenced by CmdArguments(), and registerArguments().
| int CmdArguments::startFrame |
Definition at line 78 of file tutorial-rbt-sequence.cpp.
Referenced by CmdArguments(), and registerArguments().
| bool CmdArguments::stepByStep |
Definition at line 80 of file tutorial-rbt-sequence.cpp.
Referenced by CmdArguments(), and registerArguments().