search_operatorπ
Short descriptionπ
search_operator β Search names of all operators assigned to one keyword.
Signatureπ
search_operator( string Keyword, out string OperatorNames )
Descriptionπ
The operator search_operator returns the names of all operators
whose online-texts include the keyword Keyword (see also
get_operator_info).
All available keywords are called by using the operator
get_keywords(::'': <keywords>).
The online-texts are taken from the files operators_[LANG].ref,
operators_[LANG].sta, operators_[LANG].key,
operators_[LANG].num and operators_[LANG].idx,
which are searched by HALCON in the currently used
directory or the directory βhelp_dirβ (see also get_system and
get_system).
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π
Keyword (input_control) string β (string)
Keyword for which corresponding operators are searched.
Default: 'Information'
OperatorNames (output_control) string-array β (string)
Operators whose slot βkeywordβ contains the keyword.
Resultπ
The operator search_operator returns the value 2 (H_MSG_TRUE) if the parameters
are correct and the helpfiles are available.
Otherwise an exception is raised.
Combinations with other operatorsπ
Combinations
Possible predecessors
See also
Moduleπ
Foundation