Skip to content

clear_stereo_modelClearStereoModelClearStereoModelclear_stereo_modelT_clear_stereo_model🔗

Short description🔗

clear_stereo_modelClearStereoModelClearStereoModelclear_stereo_modelT_clear_stereo_model — Free the memory of a stereo model.

Signature🔗

clear_stereo_model( stereo_model StereoModelID )void ClearStereoModel( const HTuple& StereoModelID )static void HOperatorSet.ClearStereoModel( HTuple stereoModelID )def clear_stereo_model( stereo_model_id: HHandle ) -> None

Herror T_clear_stereo_model( const Htuple StereoModelID )

void HStereoModel::ClearStereoModel( ) const

void HStereoModel.ClearStereoModel( )

Description🔗

The operator clear_stereo_modelClearStereoModel frees the memory of the stereo model StereoModelIDstereoModelIDstereo_model_id that was created by create_stereo_modelCreateStereoModel. After calling clear_stereo_modelClearStereoModel, the model can no longer be used. The handle StereoModelIDstereoModelIDstereo_model_id becomes invalid.

Execution information🔗

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

This operator modifies the state of the following input parameter:

During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.

Parameters🔗

StereoModelIDstereoModelIDstereo_model_id (input_control, state is modified) stereo_model → (handle)HTuple (HHandle)HStereoModel, HTuple (IntPtr)HHandleHtuple (handle)

Handle of the stereo model.

Module🔗

3D Metrology