HALCON Reference Manual 10.0.2
Name
get_param_numget_param_numget_param_numGetParamNumGetParamNum — Get number of the different parameter classes of a HALCON-operator.
Herror get_param_num(const char* ProcName, char* CName, Hlong* InpObjPar, Hlong* OutpObjPar, Hlong* InpCtrlPar, Hlong* OutpCtrlPar, char* Type)
Herror T_get_param_num(const Htuple ProcName, Htuple* CName, Htuple* InpObjPar, Htuple* OutpObjPar, Htuple* InpCtrlPar, Htuple* OutpCtrlPar, Htuple* Type)
void HOperatorSetX.GetParamNum(
[in] VARIANT ProcName, [out] VARIANT* CName, [out] VARIANT* InpObjPar, [out] VARIANT* OutpObjPar, [out] VARIANT* InpCtrlPar, [out] VARIANT* OutpCtrlPar, [out] VARIANT* Type)
BSTR HInfoX.GetParamNum(
[in] BSTR ProcName, [out] Hlong* InpObjPar, [out] Hlong* OutpObjPar, [out] Hlong* InpCtrlPar, [out] Hlong* OutpCtrlPar, [out] BSTR* Type)
static void HOperatorSet.GetParamNum(HTuple procName, out HTuple CName, out HTuple inpObjPar, out HTuple outpObjPar, out HTuple inpCtrlPar, out HTuple outpCtrlPar, out HTuple type)
static string HInfo.GetParamNum(string procName, out int inpObjPar, out int outpObjPar, out int inpCtrlPar, out int outpCtrlPar, out string type)
The operator get_param_numget_param_numget_param_numGetParamNumGetParamNum returns the number of the input and
output object parameters, as well as the input and output control parameters for
the indicated HALCON-operator. Further, you will receive the name of the
C-function (CNameCNameCNameCNameCName) called by the operator.
The output parameter TypeTypeTypeTypetype indicates, whether the operator
is a system operator or an user procedure.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of the operator.
Default value:
'get_param_num'
"get_param_num"
"get_param_num"
"get_param_num"
"get_param_num"
Name of the called C-function.
Number of the input object parameters.
Number of the output object parameters.
Number of the input control parameters.
Number of the output control parameters.
System operator or user procedure.
Suggested values: 'system'"system""system""system""system", 'user'"user""user""user""user"
The operator get_param_numget_param_numget_param_numGetParamNumGetParamNum returns the value 2 (H_MSG_TRUE) if the
name of the operator exists.
Otherwise an exception is raised.
get_keywordsget_keywordsget_keywordsGetKeywordsGetKeywords,
search_operatorsearch_operatorsearch_operatorSearchOperatorSearchOperator,
get_operator_nameget_operator_nameget_operator_nameGetOperatorNameGetOperatorName,
get_operator_infoget_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfo
get_param_typesget_param_typesget_param_typesGetParamTypesGetParamTypes
get_operator_infoget_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfo,
get_param_infoget_param_infoget_param_infoGetParamInfoGetParamInfo
get_param_namesget_param_namesget_param_namesGetParamNamesGetParamNames,
get_param_typesget_param_typesget_param_typesGetParamTypesGetParamTypes,
get_operator_nameget_operator_nameget_operator_nameGetOperatorNameGetOperatorName
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |