Herror ::get_operator_name (
    const HTuple &Pattern,
    HTuple *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 -> HTuple.char *
Substring of the seeked names (empty <=> all names).
Default value: 'info'

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


Result

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


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-2002 MVTec Software GmbH