HALCON Reference Manual 10.0.2
Name
tuple_concattuple_concattuple_concatTupleConcatTupleConcat — Concatenate two tuple to a new one.
Herror tuple_concat(const Hlong T1, const Hlong T2, Hlong* Concat)
Herror T_tuple_concat(const Htuple T1, const Htuple T2, Htuple* Concat)
Herror tuple_concat(const HTuple& T1, const HTuple& T2, Hlong* Concat)
Herror tuple_concat(const HTuple& T1, const HTuple& T2, HTuple* Concat)
tuple_concattuple_concattuple_concatTupleConcatTupleConcat concatenates the input tuples T1T1T1T1t1 and
T2T2T2T2t2 to a new tuple ConcatConcatConcatConcatconcat. The first elements of
ConcatConcatConcatConcatconcat conform to the elements of T1T1T1T1t1 and the
remaining elements of ConcatConcatConcatConcatconcat conform to those of T2T2T2T2t2
- Multithreading type: independent (runs in parallel even with exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
T1T1T1T1t1 (input_control) number(-array) → HTupleHTupleVARIANTHtuple (integer / real / string) (int / long / double / string) (Hlong / double / char*) (Hlong / double / BSTR) (Hlong / double / char*)
Input tuple 1.
T2T2T2T2t2 (input_control) number(-array) → HTupleHTupleVARIANTHtuple (integer / real / string) (int / long / double / string) (Hlong / double / char*) (Hlong / double / BSTR) (Hlong / double / char*)
Input tuple 2.
ConcatConcatConcatConcatconcat (output_control) number(-array) → HTupleHTupleVARIANTHtuple (integer / real / string) (int / long / double / string) (Hlong / double / char*) (Hlong / double / BSTR) (Hlong / double / char*)
Concatenation of input tuples.
tuple_gen_consttuple_gen_consttuple_gen_constTupleGenConstTupleGenConst,
tuple_str_bit_selecttuple_str_bit_selecttuple_str_bit_selectTupleStrBitSelectTupleStrBitSelect,
tuple_selecttuple_selecttuple_selectTupleSelectTupleSelect,
tuple_str_first_ntuple_str_first_ntuple_str_first_nTupleStrFirstNTupleStrFirstN,
tuple_str_last_ntuple_str_last_ntuple_str_last_nTupleStrLastNTupleStrLastN
tuple_removetuple_removetuple_removeTupleRemoveTupleRemove
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |