HALCON 18.05
/
HALCON Operator Reference
/
Tuple
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Type
List of Operators
tuple_is_handle
TupleIsHandle
TupleIsHandle
tuple_is_handle
Test if the internal representation of a tuple is of type
handle
.
tuple_is_handle_elem
TupleIsHandleElem
TupleIsHandleElem
tuple_is_handle_elem
Test whether the elements of a tuple are of type
handle
.
tuple_is_int
TupleIsInt
TupleIsInt
tuple_is_int
Test if the internal representation of a tuple is of type
integer
.
tuple_is_int_elem
TupleIsIntElem
TupleIsIntElem
tuple_is_int_elem
Test whether the types of the elements of a tuple are of type
integer
.
tuple_is_mixed
TupleIsMixed
TupleIsMixed
tuple_is_mixed
Test whether a tuple is of type
mixed
.
tuple_is_real
TupleIsReal
TupleIsReal
tuple_is_real
Test if the internal representation of a tuple is of type
real
.
tuple_is_real_elem
TupleIsRealElem
TupleIsRealElem
tuple_is_real_elem
Test whether the types of the elements of a tuple are of type
real
.
tuple_is_string
TupleIsString
TupleIsString
tuple_is_string
Test if the internal representation of a tuple is of type
string
.
tuple_is_string_elem
TupleIsStringElem
TupleIsStringElem
tuple_is_string_elem
Test whether the types of the elements of a tuple are of type
string
.
tuple_is_valid_handle
TupleIsValidHandle
TupleIsValidHandle
tuple_is_valid_handle
Check if a handle is valid.
tuple_sem_type
TupleSemType
TupleSemType
tuple_sem_type
Return the semantic type of a tuple.
tuple_sem_type_elem
TupleSemTypeElem
TupleSemTypeElem
tuple_sem_type_elem
Return the semantic type of the elements of a tuple.
tuple_type
TupleType
TupleType
tuple_type
Return the type of a tuple.
tuple_type_elem
TupleTypeElem
TupleTypeElem
tuple_type_elem
Return the types of the elements of a tuple.
Classes
Classes
|
|
Operators