HALCON Reference Manual 10.0.2
Name
write_tuplewrite_tuplewrite_tupleWriteTupleWriteTuple — Write a tuple to a file.
The operator write_tuplewrite_tuplewrite_tupleWriteTupleWriteTuple writes the contents of TupleTupleTupleTupletuple to a
file. The data is written in an ASCII format. Therefore, the file can be
exchanged between different architectures. The default HALCON file
extension for the tuple is 'tup'.
- 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 (real / integer / string) (double / int / long / string) (double / Hlong / char*) (double / Hlong / BSTR) (double / Hlong / char*)
Tuple with any kind of data.
Name of the file to be written.
File extension: .tup
If the parameters are correct the operator write_tuplewrite_tuplewrite_tupleWriteTupleWriteTuple
returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised.
fwrite_stringfwrite_stringfwrite_stringFwriteStringFwriteString
read_tupleread_tupleread_tupleReadTupleReadTuple,
write_imagewrite_imagewrite_imageWriteImageWriteImage,
write_regionwrite_regionwrite_regionWriteRegionWriteRegion,
open_fileopen_fileopen_fileOpenFileOpenFile
Foundation
| HALCON Reference Manual 10.0.2 |
Copyright © 1996-2011 MVTec Software GmbH |