ClassesClassesClassesClasses | | | | Operators

search_operatorT_search_operatorSearchOperatorsearch_operatorSearchOperatorSearchOperator (Operator)

Name

search_operatorT_search_operatorSearchOperatorsearch_operatorSearchOperatorSearchOperator — Search names of all operators assigned to one keyword.

Signature

search_operator( : : Keyword : OperatorNames)

Herror T_search_operator(const Htuple Keyword, Htuple* OperatorNames)

Herror search_operator(const HTuple& Keyword, HTuple* OperatorNames)

void SearchOperator(const HTuple& Keyword, HTuple* OperatorNames)

static HTuple HInfo::SearchOperator(const HString& Keyword)

static HTuple HInfo::SearchOperator(const char* Keyword)

void HOperatorSetX.SearchOperator(
[in] VARIANT Keyword, [out] VARIANT* OperatorNames)

VARIANT HInfoX.SearchOperator([in] BSTR Keyword)

static void HOperatorSet.SearchOperator(HTuple keyword, out HTuple operatorNames)

static HTuple HInfo.SearchOperator(string keyword)

Description

The operator search_operatorsearch_operatorSearchOperatorsearch_operatorSearchOperatorSearchOperator returns the names of all operators whose online-texts include the keyword KeywordKeywordKeywordKeywordKeywordkeyword (see also get_operator_infoget_operator_infoGetOperatorInfoget_operator_infoGetOperatorInfoGetOperatorInfo). All available keywords are called by using the operator get_keywords(::”: <keywords>)get_keywords("", <keywords>)GetKeywords("", <keywords>)get_keywords("", <keywords>)GetKeywords("", <keywords>)GetKeywords("", <keywords>). The online-texts are taken from the files operators_[LANG].ref, operators_[LANG].sta, operators_[LANG].key, operators_[LANG].num and operators_[LANG].idx, which are searched by HALCON in the currently used directory or the directory 'help_dir' (see also get_systemget_systemGetSystemget_systemGetSystemGetSystem and get_systemget_systemGetSystemget_systemGetSystemGetSystem).

Parallelization

Parameters

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

Keyword for which corresponding operators are searched.

Default value: 'Information' "Information" "Information" "Information" "Information" "Information"

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

Operators whose slot 'keyword' contains the keyword.

Result

The operator search_operatorsearch_operatorSearchOperatorsearch_operatorSearchOperatorSearchOperator returns the value 2 (H_MSG_TRUE) if the parameters are correct and the helpfiles are available. Otherwise an exception is raised.

Possible Predecessors

get_keywordsget_keywordsGetKeywordsget_keywordsGetKeywordsGetKeywords

See also

get_keywordsget_keywordsGetKeywordsget_keywordsGetKeywordsGetKeywords, get_operator_infoget_operator_infoGetOperatorInfoget_operator_infoGetOperatorInfoGetOperatorInfo, get_param_infoget_param_infoGetParamInfoget_param_infoGetParamInfoGetParamInfo

Module

Foundation


ClassesClassesClassesClasses | | | | Operators