Operator Reference
serialize_hom_mat3d (Operator)
serialize_hom_mat3d
— Serialize a homogeneous 3D transformation matrix.
Signature
serialize_hom_mat3d( : : HomMat3D : SerializedItemHandle)
Description
serialize_hom_mat3d
serializes the data of a homogeneous 3D
transformation matrix (see fwrite_serialized_item
for an
introduction of the basic principle of serialization).
The transformation matrix is defined by the handle HomMat3D
.
The serialized transformation matrix is returned by the handle
SerializedItemHandle
and can be deserialized by
deserialize_hom_mat3d
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
HomMat3D
(input_control) hom_mat3d →
(real)
Transformation matrix.
SerializedItemHandle
(output_control) serialized_item →
(handle)
Handle of the serialized item.
Result
If the parameters are valid, the operator
serialize_hom_mat3d
returns the value 2 (
H_MSG_TRUE)
. If
necessary, an exception is raised.
Possible Successors
fwrite_serialized_item
,
send_serialized_item
,
deserialize_hom_mat3d
Module
Foundation