get_operator_name🔗
Short description🔗
get_operator_name — Get operators with the given string as a substring of their name.
Signature🔗
get_operator_name( string Pattern, out string OperatorNames )
Description🔗
The operator get_operator_name takes a string (Pattern)
as input and searches all HALCON-operators having this string as a substring
in their name. If an empty string is entered, the names of all operators available
will be returned.
Execution information🔗
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parameters🔗
Pattern (input_control) string → (string)
Substring of the sought names (empty \(<=>\) all names).
Default: 'info'
OperatorNames (output_control) string-array → (string)
Detected operator names.
Result🔗
The operator get_operator_name returns the value 2 (H_MSG_TRUE) if the helpfiles are
available.
Otherwise an exception is raised.
Combinations with other operators🔗
Combinations
Possible successors
get_operator_info, get_param_names, get_param_num, get_param_types
Alternatives
See also
get_operator_info, get_param_names, get_param_num, get_param_types
Module🔗
Foundation