ClassesClassesClassesClasses | | | | Operators

get_operator_nameT_get_operator_nameGetOperatorNameget_operator_nameGetOperatorNameGetOperatorName (Operator)

Name

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

Signature

get_operator_name( : : Pattern : OperatorNames)

Herror T_get_operator_name(const Htuple Pattern, Htuple* OperatorNames)

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

void GetOperatorName(const HTuple& Pattern, HTuple* OperatorNames)

static HTuple HInfo::GetOperatorName(const HString& Pattern)

static HTuple HInfo::GetOperatorName(const char* Pattern)

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

VARIANT HInfoX.GetOperatorName([in] BSTR Pattern)

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

static HTuple HInfo.GetOperatorName(string pattern)

Description

The operator get_operator_nameget_operator_nameGetOperatorNameget_operator_nameGetOperatorNameGetOperatorName takes a string (PatternPatternPatternPatternPatternpattern) 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

PatternPatternPatternPatternPatternpattern (input_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

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

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

OperatorNamesOperatorNamesOperatorNamesOperatorNamesOperatorNamesoperatorNames (output_control)  string-array HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Detected operator names.

Result

The operator get_operator_nameget_operator_nameGetOperatorNameget_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_infoGetOperatorInfoget_operator_infoGetOperatorInfoGetOperatorInfo, get_param_namesget_param_namesGetParamNamesget_param_namesGetParamNamesGetParamNames, get_param_numget_param_numGetParamNumget_param_numGetParamNumGetParamNum, get_param_typesget_param_typesGetParamTypesget_param_typesGetParamTypesGetParamTypes

Alternatives

search_operatorsearch_operatorSearchOperatorsearch_operatorSearchOperatorSearchOperator

See also

get_operator_infoget_operator_infoGetOperatorInfoget_operator_infoGetOperatorInfoGetOperatorInfo, get_param_namesget_param_namesGetParamNamesget_param_namesGetParamNamesGetParamNames, get_param_numget_param_numGetParamNumget_param_numGetParamNumGetParamNum, get_param_typesget_param_typesGetParamTypesget_param_typesGetParamTypesGetParamTypes

Module

Foundation


ClassesClassesClassesClasses | | | | Operators