Search names of all procedures assigned to one keyword.
The operator ::search_operator returns the names of all procedures 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 english.hlp, english.sta, english.key, english.num and Halcon.idx, which are searched by HALCON in the currently used directory or the directory 'help_dir' (see also ::get_system and ::get_system).
|
Keyword (input_control) |
string -> HTuple.char * |
| Keyword for which corresponding procedures are searched. | |
| Default value: 'Information' | |
|
ProcNames (output_control) |
string-array -> HTuple.char * |
| Procedures whose slot 'keyword' contains the keyword. | |
The operator ::search_operator returns the value H_MSG_TRUE if the parameters are correct and the helpfiles are available. Otherwise an exception handling is raised.
::get_keywords, ::get_operator_info, ::get_param_info
Image / region / XLD management