HALCON 17.12
/
HALCON Operator Reference
/
Tuple
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Selection
List of Operators
tuple_find
TupleFind
TupleFind
tuple_find
Return the indices of all occurrences of a tuple within another tuple.
tuple_find_first
TupleFindFirst
TupleFindFirst
tuple_find_first
Return the index of the first occurrence of a tuple within another tuple.
tuple_find_last
TupleFindLast
TupleFindLast
tuple_find_last
Return the index of the last occurrence of a tuple within another tuple.
tuple_first_n
TupleFirstN
TupleFirstN
tuple_first_n
Select the first elements of a tuple up to the index “n”.
tuple_last_n
TupleLastN
TupleLastN
tuple_last_n
Select all elements from index “n” to the end of a tuple.
tuple_select
TupleSelect
TupleSelect
tuple_select
Select single elements of a tuple.
tuple_select_mask
TupleSelectMask
TupleSelectMask
tuple_select_mask
Select in mask specified elements of a tuple.
tuple_select_range
TupleSelectRange
TupleSelectRange
tuple_select_range
Select several elements of a tuple.
tuple_select_rank
TupleSelectRank
TupleSelectRank
tuple_select_rank
Select the element of rank n of a tuple.
tuple_str_bit_select
TupleStrBitSelect
TupleStrBitSelect
tuple_str_bit_select
Select single character or bit from a tuple.
tuple_uniq
TupleUniq
TupleUniq
tuple_uniq
Discard all but one of successive identical elements of a tuple.
Classes
Classes
|
|
Operators