Name
clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModels — Free the memory of all deformable models.
Warning
clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModelsClearAllDeformableModels is obsolete and is only provided
for reasons of backward compatibility. New applications should not
use clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModelsClearAllDeformableModels.
clear_all_deformable_models( : : : )
Herror clear_all_deformable_models()
Herror T_clear_all_deformable_models()
void ClearAllDeformableModels()
The operator clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModelsClearAllDeformableModels frees the memory of all
deformable models that were created by
create_planar_uncalib_deformable_modelcreate_planar_uncalib_deformable_modelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModelCreatePlanarUncalibDeformableModel or
create_planar_calib_deformable_modelcreate_planar_calib_deformable_modelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModelCreatePlanarCalibDeformableModel. After calling
clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModelsClearAllDeformableModels, no deformable model can be used any
longer.
clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModelsClearAllDeformableModels exists solely for the purpose of
implementing the “reset program” functionality in HDevelop.
clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModelsClearAllDeformableModels must not be used in any
application.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
clear_all_deformable_modelsclear_all_deformable_modelsClearAllDeformableModelsClearAllDeformableModelsClearAllDeformableModels always returns 2 (H_MSG_TRUE).
Matching