ClassesClassesClassesClasses | | | | Operators

serialize_deformable_surface_modelserialize_deformable_surface_modelSerializeDeformableSurfaceModelserialize_deformable_surface_modelSerializeDeformableSurfaceModelSerializeDeformableSurfaceModel (Operator)

Name

serialize_deformable_surface_modelserialize_deformable_surface_modelSerializeDeformableSurfaceModelserialize_deformable_surface_modelSerializeDeformableSurfaceModelSerializeDeformableSurfaceModel — Serialize a deformable surface_model.

Signature

serialize_deformable_surface_model( : : DeformableSurfaceModel : SerializedItemHandle)

Herror serialize_deformable_surface_model(const Hlong DeformableSurfaceModel, Hlong* SerializedItemHandle)

Herror T_serialize_deformable_surface_model(const Htuple DeformableSurfaceModel, Htuple* SerializedItemHandle)

Herror serialize_deformable_surface_model(const HTuple& DeformableSurfaceModel, Hlong* SerializedItemHandle)

HSerializedItem HDeformableSurfaceModel::SerializeDeformableSurfaceModel() const

void SerializeDeformableSurfaceModel(const HTuple& DeformableSurfaceModel, HTuple* SerializedItemHandle)

HSerializedItem HDeformableSurfaceModel::SerializeDeformableSurfaceModel() const

void HOperatorSetX.SerializeDeformableSurfaceModel(
[in] VARIANT DeformableSurfaceModel, [out] VARIANT* SerializedItemHandle)

IHSerializedItemX* HDeformableSurfaceModelX.SerializeDeformableSurfaceModel()

static void HOperatorSet.SerializeDeformableSurfaceModel(HTuple deformableSurfaceModel, out HTuple serializedItemHandle)

HSerializedItem HDeformableSurfaceModel.SerializeDeformableSurfaceModel()

Description

serialize_deformable_surface_modelserialize_deformable_surface_modelSerializeDeformableSurfaceModelserialize_deformable_surface_modelSerializeDeformableSurfaceModelSerializeDeformableSurfaceModel serializes the data of a deformable surface model (see fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItem for an introduction of the basic principle of serialization). The same data that is written in a file by write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel is converted to a serialized item. The deformable surface model is defined by the handle DeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModeldeformableSurfaceModel. The serialized deformable surface model is returned by the handle SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandle and can be deserialized by deserialize_deformable_surface_modeldeserialize_deformable_surface_modelDeserializeDeformableSurfaceModeldeserialize_deformable_surface_modelDeserializeDeformableSurfaceModelDeserializeDeformableSurfaceModel.

Parallelization

Parameters

DeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModelDeformableSurfaceModeldeformableSurfaceModel (input_control)  deformable_surface_model HDeformableSurfaceModel, HTupleHTupleHDeformableSurfaceModel, HTupleHDeformableSurfaceModelX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the deformable surface model.

SerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleSerializedItemHandleserializedItemHandle (output_control)  serialized_item HSerializedItem, HTupleHTupleHSerializedItem, HTupleHSerializedItemX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the serialized item.

Result

If the parameters are valid, the operator serialize_deformable_surface_modelserialize_deformable_surface_modelSerializeDeformableSurfaceModelserialize_deformable_surface_modelSerializeDeformableSurfaceModelSerializeDeformableSurfaceModel returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.

Possible Predecessors

read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModel, create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModel

Possible Successors

clear_deformable_surface_modelclear_deformable_surface_modelClearDeformableSurfaceModelclear_deformable_surface_modelClearDeformableSurfaceModelClearDeformableSurfaceModel, fwrite_serialized_itemfwrite_serialized_itemFwriteSerializedItemfwrite_serialized_itemFwriteSerializedItemFwriteSerializedItem, send_serialized_itemsend_serialized_itemSendSerializedItemsend_serialized_itemSendSerializedItemSendSerializedItem, deserialize_deformable_surface_modeldeserialize_deformable_surface_modelDeserializeDeformableSurfaceModeldeserialize_deformable_surface_modelDeserializeDeformableSurfaceModelDeserializeDeformableSurfaceModel

See also

create_deformable_surface_modelcreate_deformable_surface_modelCreateDeformableSurfaceModelcreate_deformable_surface_modelCreateDeformableSurfaceModelCreateDeformableSurfaceModel, read_deformable_surface_modelread_deformable_surface_modelReadDeformableSurfaceModelread_deformable_surface_modelReadDeformableSurfaceModelReadDeformableSurfaceModel, write_deformable_surface_modelwrite_deformable_surface_modelWriteDeformableSurfaceModelwrite_deformable_surface_modelWriteDeformableSurfaceModelWriteDeformableSurfaceModel, deserialize_deformable_surface_modeldeserialize_deformable_surface_modelDeserializeDeformableSurfaceModeldeserialize_deformable_surface_modelDeserializeDeformableSurfaceModelDeserializeDeformableSurfaceModel

Module

3D Metrology


ClassesClassesClassesClasses | | | | Operators