get_chapter_infoT_get_chapter_infoGetChapterInfoGetChapterInfoget_chapter_info (Operator)

Name

get_chapter_infoT_get_chapter_infoGetChapterInfoGetChapterInfoget_chapter_info — Informationen zu den Operatorkapiteln.

Signatur

get_chapter_info( : : Chapter : Info)

Herror T_get_chapter_info(const Htuple Chapter, Htuple* Info)

void GetChapterInfo(const HTuple& Chapter, HTuple* Info)

static HTuple HInfo::GetChapterInfo(const HTuple& Chapter)

static HTuple HInfo::GetChapterInfo(const HString& Chapter)

static HTuple HInfo::GetChapterInfo(const char* Chapter)

static HTuple HInfo::GetChapterInfo(const wchar_t* Chapter)   (Nur Windows)

static void HOperatorSet.GetChapterInfo(HTuple chapter, out HTuple info)

static HTuple HInfo.GetChapterInfo(HTuple chapter)

static HTuple HInfo.GetChapterInfo(string chapter)

def get_chapter_info(chapter: MaybeSequence[str]) -> Sequence[str]

Beschreibung

get_chapter_infoget_chapter_infoGetChapterInfoGetChapterInfoGetChapterInfoget_chapter_info liefert Informationen zu den Operatorkapiteln. Wird für ChapterChapterChapterChapterchapterchapter der leere String übergeben, liefert die Routine in InfoInfoInfoInfoinfoinfo die Namen aller Kapitel zurück. Spezifiziert man hingegen ein bestimmtes Kapitel bzw. Kapitel + Unterkapitel (durch ein Tupel von Namen), werden die zugehörigen Unterkapitel oder - falls es keine weiteren Unterkapitel mehr gibt - die Namen der zugehörigen Operatoren ausgegeben. Die Einteilung der Operatorkapitel entspricht dabei der Kapitel-/ Unterkapiteleinteilung im HALCON-Manual. Hinweis: Die Operatorkapitel bzw. -unterkapitel eines konkreten Operators kann mittels get_operator_info(::<Name>,'chapter',Info:)get_operator_info(<Name>,"chapter",Info)GetOperatorInfo(<Name>,"chapter",Info)GetOperatorInfo(<Name>,"chapter",Info)GetOperatorInfo(<Name>,"chapter",Info)get_operator_info(<Name>,"chapter",Info) abgefragt werden. 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.

Achtung

Das Encoding der Ergebnisse ist UTF-8.

Ausführungsinformationen

Parameter

ChapterChapterChapterChapterchapterchapter (input_control)  string(-array) HTupleMaybeSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Interessierende Operatorklasse bzw. -unterklasse.

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

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

Operatorklassen (ChapterChapterChapterChapterchapterchapter = “) oder Operatorunterklassen bzw. Operatoren.

Ergebnis

Sind die Parameterwerte korrekt und ist die Hilfedateien verfügbar, dann liefert get_chapter_infoget_chapter_infoGetChapterInfoGetChapterInfoGetChapterInfoget_chapter_info den Wert 2 (H_MSG_TRUE). Andernfalls wird eine Fehlerbehandlung durchgeführt.

Vorgänger

get_systemget_systemGetSystemGetSystemGetSystemget_system, set_systemset_systemSetSystemSetSystemSetSystemset_system

Siehe auch

get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfoget_operator_info, get_systemget_systemGetSystemGetSystemGetSystemget_system, set_systemset_systemSetSystemSetSystemSetSystemset_system

Modul

Foundation