write_component_modelT_write_component_modelWriteComponentModelWriteComponentModelwrite_component_model (Operator)
Name
write_component_modelT_write_component_modelWriteComponentModelWriteComponentModelwrite_component_model
— Write a component model to a file.
Signature
Description
The operator write_component_modelwrite_component_modelWriteComponentModelWriteComponentModelWriteComponentModelwrite_component_model
writes the component
model ComponentModelIDComponentModelIDComponentModelIDComponentModelIDcomponentModelIDcomponent_model_id
to the file FileNameFileNameFileNameFileNamefileNamefile_name
. The
model can be read again with read_component_modelread_component_modelReadComponentModelReadComponentModelReadComponentModelread_component_model
.
The default HALCON file extension for the component model is 'cbm'.
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
ComponentModelIDComponentModelIDComponentModelIDComponentModelIDcomponentModelIDcomponent_model_id
(input_control) component_model →
HComponentModel, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the component model.
FileNameFileNameFileNameFileNamefileNamefile_name
(input_control) filename.write →
HTuplestrHTupleHtuple (string) (string) (HString) (char*)
File name.
File extension: .cbm
Result
If the file name is valid (write permission), the operator
write_component_modelwrite_component_modelWriteComponentModelWriteComponentModelWriteComponentModelwrite_component_model
returns the value TRUE. If necessary,
an exception is raised.
Possible Predecessors
create_component_modelcreate_component_modelCreateComponentModelCreateComponentModelCreateComponentModelcreate_component_model
,
create_trained_component_modelcreate_trained_component_modelCreateTrainedComponentModelCreateTrainedComponentModelCreateTrainedComponentModelcreate_trained_component_model
Module
Matching