search_operatorT_search_operatorSearchOperatorSearchOperatorsearch_operator (Operator)

Name

search_operatorT_search_operatorSearchOperatorSearchOperatorsearch_operator — Namen aller Operatoren zu einem Schlüsselwort.

Signatur

search_operator( : : Keyword : OperatorNames)

Herror T_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)

static HTuple HInfo::SearchOperator(const wchar_t* Keyword)   (Nur Windows)

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

static HTuple HInfo.SearchOperator(string keyword)

def search_operator(keyword: str) -> Sequence[str]

Beschreibung

search_operatorsearch_operatorSearchOperatorSearchOperatorSearchOperatorsearch_operator liefert die Namen aller Operatoren, deren Online-Texte das Schlüsselwort KeywordKeywordKeywordKeywordkeywordkeyword enthalten (siehe get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfoget_operator_info). Alle verfügbaren Schlüsselwörter liefert der Aufruf

get_keywords(::“: <Schlüsselwörter>)get_keywords("", <Schlüsselwörter>)GetKeywords("", <Schlüsselwörter>)GetKeywords("", <Schlüsselwörter>)GetKeywords("", <Schlüsselwörter>)get_keywords("", <Schlüsselwörter>).

Die Online-Texte werden den Dateien operators_[LANG].ref, operators_[LANG].sta, operators_[LANG].key, operators_[LANG].num und operators_[LANG].idx entnommen, die HALCON im aktuellen Verzeichnis und im Verzeichnis 'help_dir' (siehe get_systemget_systemGetSystemGetSystemGetSystemget_system und set_systemset_systemSetSystemSetSystemSetSystemset_system) sucht.

Ausführungsinformationen

Parameter

KeywordKeywordKeywordKeywordkeywordkeyword (input_control)  string HTuplestrHTupleHtuple (string) (string) (HString) (char*)

Schlüsselwort, zu dem Operatoren gesucht werden sollen.

Defaultwert: 'Information' "Information" "Information" "Information" "Information" "Information"

OperatorNamesOperatorNamesOperatorNamesOperatorNamesoperatorNamesoperator_names (output_control)  string-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Operatoren, deren Slot 'keyword' das Schlüsselwort enthalten.

Ergebnis

search_operatorsearch_operatorSearchOperatorSearchOperatorSearchOperatorsearch_operator liefert den Wert TRUE, wenn die Parameter korrekt sind und die Hilfsdateien verfügbar sind. Sonst wird eine Fehlerbehandlung durchgeführt.

Vorgänger

get_keywordsget_keywordsGetKeywordsGetKeywordsGetKeywordsget_keywords

Siehe auch

get_keywordsget_keywordsGetKeywordsGetKeywordsGetKeywordsget_keywords, get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfoget_operator_info, get_param_infoget_param_infoGetParamInfoGetParamInfoGetParamInfoget_param_info

Modul

Foundation