|
MeVisLab Toolbox Reference
|
A class that wraps ParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module \script. More...
#include <mlParameterInfoWrapper.h>
Public Slots | |
| QVariantMap | toDict () const |
| \script | |
Public Member Functions | |
| MLParameterInfoWrapper (const ml::ParameterInfo *paramInfo) | |
| Constructor. | |
Protected Attributes | |
| const ml::ParameterInfo & | _paramInfo |
| Wrapped ParameterInfo object. | |
A class that wraps ParameterInfo objects for use in Python, and inspectable by the ParameterInfoInspector module \script.
Definition at line 28 of file mlParameterInfoWrapper.h.
| MLParameterInfoWrapper::MLParameterInfoWrapper | ( | const ml::ParameterInfo * | paramInfo | ) |
Constructor.
|
slot |
\script
Get entire info as QVariantMap, which will become a python dict. To obtain a true python ParameterInfo object in python, use toParameterInfo() from parameter_info.utils
|
protected |
Wrapped ParameterInfo object.
Definition at line 47 of file mlParameterInfoWrapper.h.