get_operator_name ( : : Pattern : ProcNames )

Get procedures with the given string as a substring of their name.

The operator get_operator_name takes a string (Pattern) as input and searches all HALCON-procedures having this string as a substring in their name. If an empty string is entered, the names of all procedures available will be returned.


Parameters

Pattern (input_control)
string -> string
Substring of the seeked names (empty <=> all names).
Default value: 'info'

ProcNames (output_control)
string-array -> string
Detected procedure names.


Result

The operator get_operator_name returns the value 2 (H_MSG_TRUE) if the helpfiles are available. Otherwise an exception handling is raised.


Parallelization Information

get_operator_name is reentrant, local, and processed without parallelization.


Possible Successors

get_operator_info, get_param_names, get_param_num, get_param_types


Alternatives

search_operator


See also

get_operator_info, get_param_names, get_param_num, get_param_types


Module

Image / region / XLD management



Copyright © 1996-2005 MVTec Software GmbH