HALCON Reference Manual 10.0.2
Table of Contents / Graphics / Parameters ClassesClassesClasses | | | Operators

get_fixget_fixget_fixGetFixGetFix (Operator)

Name

get_fixget_fixget_fixGetFixGetFix — Get mode of fixing of current look-up-table (lut).

Signature

get_fix( : : WindowHandle : Mode)

Herror get_fix(const Hlong WindowHandle, char* Mode)

Herror T_get_fix(const Htuple WindowHandle, Htuple* Mode)

Herror get_fix(const HTuple& WindowHandle, char* Mode)

HTuple HWindow::GetFix() const

void HOperatorSetX.GetFix(
[in] VARIANT WindowHandle, [out] VARIANT* Mode)

BSTR HWindowX.GetFix()

static void HOperatorSet.GetFix(HTuple windowHandle, out HTuple mode)

string HWindow.GetFix()

Description

Use get_fixget_fixget_fixGetFixGetFix to get mode of fixing of current look-up-table (look-up-table of valid window) set before by set_fixset_fixset_fixSetFixSetFix.

Parallelization

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHWindowX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong)

Window identifier.

ModeModeModeModemode (output_control)  string HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Current Mode of fixing.

Result

get_fixget_fixget_fixGetFixGetFix returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an exception is raised.

Possible Successors

set_fixset_fixset_fixSetFixSetFix, set_pixelset_pixelset_pixelSetPixelSetPixel, set_rgbset_rgbset_rgbSetRgbSetRgb

See also

set_fixset_fixset_fixSetFixSetFix

Module

Foundation


Table of Contents / Graphics / Parameters ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH