HALCON Reference Manual 10.0.2
Table of Contents / System / Information ClassesClassesClasses | | | Operators

get_operator_nameT_get_operator_nameget_operator_nameGetOperatorNameGetOperatorName (Operator)

Name

get_operator_nameT_get_operator_nameget_operator_nameGetOperatorNameGetOperatorName — Get operators with the given string as a substring of their name.

Signature

get_operator_name( : : Pattern : ProcNames)

Herror T_get_operator_name(const Htuple Pattern, Htuple* ProcNames)

Herror get_operator_name(const HTuple& Pattern, HTuple* ProcNames)

void HOperatorSetX.GetOperatorName(
[in] VARIANT Pattern, [out] VARIANT* ProcNames)

VARIANT HInfoX.GetOperatorName([in] BSTR Pattern)

static void HOperatorSet.GetOperatorName(HTuple pattern, out HTuple procNames)

static HTuple HInfo.GetOperatorName(string pattern)

Description

The operator get_operator_nameget_operator_nameget_operator_nameGetOperatorNameGetOperatorName 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.

Parallelization

Parameters

PatternPatternPatternPatternpattern (input_control)  string HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Substring of the seeked names (empty <=> all names).

Default value: 'info' "info" "info" "info" "info"

ProcNamesProcNamesProcNamesProcNamesprocNames (output_control)  string-array HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Detected operator names.

Result

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

Possible Successors

get_operator_infoget_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfo, get_param_namesget_param_namesget_param_namesGetParamNamesGetParamNames, get_param_numget_param_numget_param_numGetParamNumGetParamNum, get_param_typesget_param_typesget_param_typesGetParamTypesGetParamTypes

Alternatives

search_operatorsearch_operatorsearch_operatorSearchOperatorSearchOperator

See also

get_operator_infoget_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfo, get_param_namesget_param_namesget_param_namesGetParamNamesGetParamNames, get_param_numget_param_numget_param_numGetParamNumGetParamNum, get_param_typesget_param_typesget_param_typesGetParamTypesGetParamTypes

Module

Foundation


Table of Contents / System / Information ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH