HALCON Reference Manual 10.0.2
Name
tuple_selecttuple_selecttuple_selectTupleSelectTupleSelect — Select single elements of a tuple.
tuple_selecttuple_selecttuple_selectTupleSelectTupleSelect selects one or more single elements of the tuple
TupleTupleTupleTupletuple and returns them with SelectedSelectedSelectedSelectedselected. At this,
IndexIndexIndexIndexindex determines the indices of the elements to select. Thus
IndexIndexIndexIndexindex may only contain integer values (any floating point
number within IndexIndexIndexIndexindex 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(-array) → HTupleHTupleVARIANTHtuple (integer / real) (int / long / double) (Hlong / double) (Hlong / double) (Hlong / double)
Indices of the elements 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 element.
tuple_first_ntuple_first_ntuple_first_nTupleFirstNTupleFirstN,
tuple_last_ntuple_last_ntuple_last_nTupleLastNTupleLastN,
tuple_str_bit_selecttuple_str_bit_selecttuple_str_bit_selectTupleStrBitSelectTupleStrBitSelect,
tuple_concattuple_concattuple_concatTupleConcatTupleConcat,
tuple_select_rangetuple_select_rangetuple_select_rangeTupleSelectRangeTupleSelectRange,
tuple_select_ranktuple_select_ranktuple_select_rankTupleSelectRankTupleSelectRank
tuple_removetuple_removetuple_removeTupleRemoveTupleRemove
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |