| Table of Contents / System / Information | Operators |
get_param_names — Get the names of the parameters of a HALCON-operator.
get_param_names( : : ProcName : InpObjPar, OutpObjPar, InpCtrlPar, OutpCtrlPar)
For the HALCON-operator indicated in ProcName the operator get_param_names returns the names of the input objects, the output objects, of the input control parameters and the output control parameters.
Name of the operator.
Default value: '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_names 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_keywords, search_operator, get_operator_name, get_operator_info
get_param_num, get_param_types
get_operator_info, get_param_info
get_param_num, get_param_types, get_operator_name
Foundation
| Table of Contents / System / Information | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |