Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
CmdArguments Struct Reference

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

Detailed Description

Constructor & Destructor Documentation

◆ CmdArguments()

CmdArguments::CmdArguments ( )
inline

Member Function Documentation

◆ postProcessArguments()

void CmdArguments::postProcessArguments ( )
inline
Examples
tutorial-rbt-sequence.cpp.

Definition at line 69 of file tutorial-rbt-sequence.cpp.

References vpException::badValue, and colorSequence.

◆ registerArguments()

void CmdArguments::registerArguments ( vpJsonArgumentParser & parser)
inline

Member Data Documentation

◆ colorSequence

std::string CmdArguments::colorSequence
Examples
tutorial-rbt-sequence.cpp.

Definition at line 76 of file tutorial-rbt-sequence.cpp.

Referenced by postProcessArguments(), and registerArguments().

◆ depthFolder

std::string CmdArguments::depthFolder
Examples
tutorial-rbt-sequence.cpp.

Definition at line 77 of file tutorial-rbt-sequence.cpp.

Referenced by registerArguments().

◆ frameStep

unsigned int CmdArguments::frameStep
Examples
tutorial-rbt-sequence.cpp.

Definition at line 79 of file tutorial-rbt-sequence.cpp.

Referenced by CmdArguments(), and registerArguments().

◆ startFrame

int CmdArguments::startFrame
Examples
tutorial-rbt-sequence.cpp.

Definition at line 78 of file tutorial-rbt-sequence.cpp.

Referenced by CmdArguments(), and registerArguments().

◆ stepByStep

bool CmdArguments::stepByStep
Examples
tutorial-rbt-sequence.cpp.

Definition at line 80 of file tutorial-rbt-sequence.cpp.

Referenced by CmdArguments(), and registerArguments().