Name
get_param_namesT_get_param_namesGetParamNamesGetParamNames — Get the names of the parameters of a HALCON-operator.
void GetParamNames(const HTuple& OperatorName, HTuple* InpObjPar, HTuple* OutpObjPar, HTuple* InpCtrlPar, HTuple* OutpCtrlPar)
static HTuple HInfo::GetParamNames(const HString& OperatorName, HTuple* OutpObjPar, HTuple* InpCtrlPar, HTuple* OutpCtrlPar)
static HTuple HInfo::GetParamNames(const char* OperatorName, HTuple* OutpObjPar, HTuple* InpCtrlPar, HTuple* OutpCtrlPar)
For the HALCON-operator indicated in OperatorNameOperatorNameOperatorNameOperatorNameoperatorName the operator
get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNames returns the names of the input objects, the output objects,
of the input control parameters and the output control parameters.
- 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_names'
"get_param_names"
"get_param_names"
"get_param_names"
"get_param_names"
Names of the input objects.
Names of the output objects.
Names of the input control parameters.
Names of the output control parameters.
The operator get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNames returns the value 2 (H_MSG_TRUE) if the name of
the operator exists and the helpfiles are available.
Otherwise an exception is raised.
get_keywordsget_keywordsGetKeywordsGetKeywordsGetKeywords,
search_operatorsearch_operatorSearchOperatorSearchOperatorSearchOperator,
get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorName,
get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfo
get_param_numget_param_numGetParamNumGetParamNumGetParamNum,
get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypes
get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfo,
get_param_infoget_param_infoGetParamInfoGetParamInfoGetParamInfo
get_param_numget_param_numGetParamNumGetParamNumGetParamNum,
get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypes,
get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorName
Foundation