Get the names of the parameters of a HALCON-procedure.
For the HALCON-procedure 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.
|
ProcName (input_control) |
proc_name -> HTuple.char * |
| Name of the procedure. | |
| Default value: 'get_param_names' | |
|
InpObjPar (output_control) |
string-array -> HTuple.char * |
| Names of the input objects. | |
|
OutpObjPar (output_control) |
string-array -> HTuple.char * |
| Names of the output objects. | |
|
InpCtrlPar (output_control) |
string-array -> HTuple.char * |
| Names of the input control parameters. | |
|
OutpCtrlPar (output_control) |
string-array -> HTuple.char * |
| Names of the output control parameters. | |
The operator ::get_param_names returns the value H_MSG_TRUE if the name of the procedure exists and the helpfiles are available. Otherwise an exception handling 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
Image / region / XLD management