HALCON Reference Manual 10.0.2
Name
tuple_first_ntuple_first_ntuple_first_nTupleFirstNTupleFirstN — Select the first elements of a tuple.
tuple_first_ntuple_first_ntuple_first_nTupleFirstNTupleFirstN selects the first elements of TupleTupleTupleTupletuple
and returns them with SelectedSelectedSelectedSelectedselected. Thus SelectedSelectedSelectedSelectedselected contains all
elements of TupleTupleTupleTupletuple from the first element up to the “n-th”
element of TupleTupleTupleTupletuple (including the “n-th” element). The index
“n” is determined by the input parameter
IndexIndexIndexIndexindex. Thus IndexIndexIndexIndexindex must contain a single integer value
(if IndexIndexIndexIndexindex consists of a floating point number, this must represent
an integer value without fraction). Indices of tuple elements start at 0,
that means, the first tuple element has got the index 0.
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
TupleTupleTupleTupletuple (input_control) number(-array) → HTupleHTupleVARIANTHtuple (integer / real / string) (int / long / double / string) (Hlong / double / char*) (Hlong / double / BSTR) (Hlong / double / char*)
Input tuple.
IndexIndexIndexIndexindex (input_control) number → HTupleHTupleVARIANTHtuple (integer / real) (int / long / double) (Hlong / double) (Hlong / double) (Hlong / double)
Index of the last element to select.
SelectedSelectedSelectedSelectedselected (output_control) number(-array) → HTupleHTupleVARIANTHtuple (integer / real / string) (int / long / double / string) (Hlong / double / char*) (Hlong / double / BSTR) (Hlong / double / char*)
Selected tuple elements.
tuple_last_ntuple_last_ntuple_last_nTupleLastNTupleLastN,
tuple_selecttuple_selecttuple_selectTupleSelectTupleSelect,
tuple_last_ntuple_last_ntuple_last_nTupleLastNTupleLastN,
tuple_str_bit_selecttuple_str_bit_selecttuple_str_bit_selectTupleStrBitSelectTupleStrBitSelect,
tuple_concattuple_concattuple_concatTupleConcatTupleConcat
tuple_removetuple_removetuple_removeTupleRemoveTupleRemove
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |