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_operatorSearchOperatorSearchOperatorsearch_operator liefert die Namen aller Operatoren, deren Online-Texte das Schlüsselwort KeywordKeywordKeywordkeywordkeyword enthalten (siehe get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoget_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>)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_systemGetSystemGetSystemget_system und set_systemset_systemSetSystemSetSystemset_system) sucht.

Ausführungsinformationen

Parameter

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

Schlüsselwort, zu dem Operatoren gesucht werden sollen.

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

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

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

Ergebnis

search_operatorsearch_operatorSearchOperatorSearchOperatorsearch_operator liefert den Wert 2 ( H_MSG_TRUE) , wenn die Parameter korrekt sind und die Hilfsdateien verfügbar sind. Sonst wird eine Fehlerbehandlung durchgeführt.

Vorgänger

get_keywordsget_keywordsGetKeywordsGetKeywordsget_keywords

Siehe auch

get_keywordsget_keywordsGetKeywordsGetKeywordsget_keywords, get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoget_operator_info, get_param_infoget_param_infoGetParamInfoGetParamInfoget_param_info

Modul

Foundation