ClassesClassesClassesClasses | | | | Operators

get_chapter_infoT_get_chapter_infoGetChapterInfoget_chapter_infoGetChapterInfoGetChapterInfo (Operator)

Name

get_chapter_infoT_get_chapter_infoGetChapterInfoget_chapter_infoGetChapterInfoGetChapterInfo — Get information concerning the chapters on operators.

Signature

get_chapter_info( : : Chapter : Info)

Herror T_get_chapter_info(const Htuple Chapter, Htuple* Info)

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

void HOperatorSetX.GetChapterInfo(
[in] VARIANT Chapter, [out] VARIANT* Info)

VARIANT HInfoX.GetChapterInfo([in] VARIANT Chapter)

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

static HTuple HInfo.GetChapterInfo(HTuple chapter)

static HTuple HInfo.GetChapterInfo(string chapter)

Description

The operator get_chapter_infoget_chapter_infoGetChapterInfoget_chapter_infoGetChapterInfoGetChapterInfo gives information concerning the chapters on operators. If instead of ChapterChapterChapterChapterChapterchapter the empty string is transmitted, the routine will provide in InfoInfoInfoInfoInfoinfo the names of all chapters. If on the other hand a certain chapter or a chapter and its subchapter(s) are indicated (by a tuple of names), the corresponding subchapters or - in case there are no further subchapters - the names of the corresponding operators will be given. The organization of the chapters on operators is the same as the organization of chapters and subchapters in the HALCON-manual. Please note: The chapters on operators respectively the subchapters concerning an individual operator can be called by using the operator get_operator_info(::<Name>,'chapter',Info:)get_operator_info(<Name>,"chapter",Info)GetOperatorInfo(<Name>,"chapter",Info)get_operator_info(<Name>,"chapter",Info)GetOperatorInfo(<Name>,"chapter",Info)GetOperatorInfo(<Name>,"chapter",Info). The Online-texts will be taken from the files operators_[LANG].ref, operators_[LANG].sta, operators_[LANG].num, operators_[LANG].key, and operators_[LANG].idx, which will be searched by HALCON in the currently used directory or the directory 'help_dir' (see also get_systemget_systemGetSystemget_systemGetSystemGetSystem and set_systemset_systemSetSystemset_systemSetSystemSetSystem).

Attention

The encoding of the result is ISO 8859-1 for English and German, and UTF-8 for Japanese.

Parallelization

Parameters

ChapterChapterChapterChapterChapterchapter (input_control)  string(-array) HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

Operator class or subclass of interest.

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

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

Operator classes (ChapterChapterChapterChapterChapterchapter = ”) or operator subclasses respectively operators.

Result

If the parameter values are correct and the helpfile is available, the operator get_chapter_infoget_chapter_infoGetChapterInfoget_chapter_infoGetChapterInfoGetChapterInfo returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised.

Possible Predecessors

get_systemget_systemGetSystemget_systemGetSystemGetSystem, set_systemset_systemSetSystemset_systemSetSystemSetSystem

See also

get_operator_infoget_operator_infoGetOperatorInfoget_operator_infoGetOperatorInfoGetOperatorInfo, get_systemget_systemGetSystemget_systemGetSystemGetSystem, set_systemset_systemSetSystemset_systemSetSystemSetSystem

Module

Foundation


ClassesClassesClassesClasses | | | | Operators