ClassesClassesClassesClasses | | | | Operators

write_deformable_modelwrite_deformable_modelWriteDeformableModelwrite_deformable_modelWriteDeformableModelWriteDeformableModel (Operator)

Name

write_deformable_modelwrite_deformable_modelWriteDeformableModelwrite_deformable_modelWriteDeformableModelWriteDeformableModel — Write a deformable model to a file.

Signature

write_deformable_model( : : ModelID, FileName : )

Herror write_deformable_model(const Hlong ModelID, const char* FileName)

Herror T_write_deformable_model(const Htuple ModelID, const Htuple FileName)

Herror write_deformable_model(const HTuple& ModelID, const HTuple& FileName)

void HDeformableModel::WriteDeformableModel(const HTuple& FileName) const

void WriteDeformableModel(const HTuple& ModelID, const HTuple& FileName)

void HDeformableModel::WriteDeformableModel(const HString& FileName) const

void HDeformableModel::WriteDeformableModel(const char* FileName) const

void HOperatorSetX.WriteDeformableModel(
[in] VARIANT ModelID, [in] VARIANT FileName)

void HDeformableModelX.WriteDeformableModel([in] BSTR FileName)

static void HOperatorSet.WriteDeformableModel(HTuple modelID, HTuple fileName)

void HDeformableModel.WriteDeformableModel(string fileName)

Description

The operator write_deformable_modelwrite_deformable_modelWriteDeformableModelwrite_deformable_modelWriteDeformableModelWriteDeformableModel writes a deformable model to the file FileNameFileNameFileNameFileNameFileNamefileName. The model can be read again with read_deformable_modelread_deformable_modelReadDeformableModelread_deformable_modelReadDeformableModelReadDeformableModel. The default HALCON file extension for the deformable model is 'dfm'.

Parallelization

Parameters

ModelIDModelIDModelIDModelIDModelIDmodelID (input_control)  deformable_model HDeformableModel, HTupleHTupleHDeformableModel, HTupleHDeformableModelX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of a model to be saved.

FileNameFileNameFileNameFileNameFileNamefileName (input_control)  filename.write HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (char*)

The path and filename of the model to be saved.

File extension: .dfm

Possible Predecessors

create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModel, create_planar_calib_deformable_modelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModel, create_local_deformable_modelcreate_local_deformable_modelCreateLocalDeformableModelcreate_local_deformable_modelCreateLocalDeformableModelCreateLocalDeformableModel

Module

Matching


ClassesClassesClassesClasses | | | | Operators