| Table of Contents / Object / Manipulation | Operators |
integer_to_obj — Convert an “integer number” into an iconic object.
integer_to_obj( : Objects : SurrogateTuple : )
integer_to_obj is the inverse operator to obj_to_integer. All surrogates of objects passed in SurrogateTuple are stored as objects. In contrast to obj_to_integer, the objects are duplicated. integer_to_obj is intended especially for use in HALCON/C, because iconic objects and control parameters are treated differently in C. Please note that if you pass the value 0 in SurrogateTuple, the program will crash because 0 is no valid pointer.
The objects are duplicated in the database.
Created objects.
Tuple of object surrogates.
integer_to_obj returns 2 (H_MSG_TRUE) if all parameters are correct, i.e., if they are valid object keys. If the input is empty the behavior can be set via set_system(::'no_object_result',<Result>:). If necessary, an exception is raised.
Foundation
| Table of Contents / Object / Manipulation | Operators |
| HALCON Reference Manual 10.0.2 | Copyright © 1996-2011 MVTec Software GmbH |