get_param_names ( : : ProcName : InpObjPar, OutpObjPar, InpCtrlPar, OutpCtrlPar )

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.


Parameters

ProcName (input_control)
proc_name -> string
Name of the procedure.
Default value: 'get_param_names'

InpObjPar (output_control)
string-array -> string
Names of the input objects.

OutpObjPar (output_control)
string-array -> string
Names of the output objects.

InpCtrlPar (output_control)
string-array -> string
Names of the input control parameters.

OutpCtrlPar (output_control)
string-array -> string
Names of the output control parameters.


Result

The operator get_param_names returns the value 2 (H_MSG_TRUE) if the name of the procedure exists and the helpfiles are available. Otherwise an exception handling is raised.


Parallelization Information

get_param_names is reentrant and processed without parallelization.


Possible Predecessors

get_keywords, search_operator, get_operator_name, get_operator_info


Possible Successors

get_param_num, get_param_types


Alternatives

get_operator_info, get_param_info


See also

get_param_num, get_param_types, get_operator_name


Module

Image / region / XLD management



Copyright © 1996-2005 MVTec Software GmbH