JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
#include <jevois/Component/ParameterDef.H>
A category to which multiple ParameterDef definitions can belong.
All the ParameterDef classes which belong to the same category will show up next to each other when the user requests the help message.
Definition at line 33 of file ParameterDef.H.
Public Member Functions | |
ParameterCategory (std::string const &name_="General Options", std::string const &description_="") | |
Constructor. | |
Public Attributes | |
std::string | name |
The name of the category. | |
std::string | description |
An optional short description of the category. | |
jevois::ParameterCategory::ParameterCategory | ( | std::string const & | name_ = "General Options" , |
std::string const & | description_ = "" |
||
) |
Constructor.
Definition at line 25 of file ParameterDef.C.
std::string jevois::ParameterCategory::description |
An optional short description of the category.
Definition at line 39 of file ParameterDef.H.
std::string jevois::ParameterCategory::name |
The name of the category.
Definition at line 38 of file ParameterDef.H.