get_operator_nameT_get_operator_nameGetOperatorNameGetOperatorName (Operator)
Name
get_operator_nameT_get_operator_nameGetOperatorNameGetOperatorName — Get operators with the given string as a substring of their name.
Signature
Description
The operator get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorName takes a string (PatternPatternPatternPatternpattern)
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
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
PatternPatternPatternPatternpattern (input_control) string → HTupleHTupleHtuple (string) (string) (HString) (char*)
Substring of the seeked names (empty <=> all names).
Default value:
'info'
"info"
"info"
"info"
"info"
OperatorNamesOperatorNamesOperatorNamesOperatorNamesoperatorNames (output_control) string-array → HTupleHTupleHtuple (string) (string) (HString) (char*)
Detected operator names.
Result
The operator get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorName returns the value 2 (H_MSG_TRUE) if the helpfiles are
available.
Otherwise an exception is raised.
Possible Successors
get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfo,
get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNames,
get_param_numget_param_numGetParamNumGetParamNumGetParamNum,
get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypes
Alternatives
search_operatorsearch_operatorSearchOperatorSearchOperatorSearchOperator
See also
get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfo,
get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNames,
get_param_numget_param_numGetParamNumGetParamNumGetParamNum,
get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypes
Module
Foundation