ClassesClasses | | Operators

clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatrices (Operator)

Name

clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatrices — Clear all matrices from memory.

Warning

clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices is obsolete and is only provided for reasons of backward compatibility. New applications should not use clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices.

Signature

clear_all_matrices( : : : )

Herror clear_all_matrices()

Herror T_clear_all_matrices()

void ClearAllMatrices()

static void HOperatorSet.ClearAllMatrices()

Description

The operator clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices frees the memory of all matrices that were created by create_matrixcreate_matrixCreateMatrixCreateMatrixCreateMatrix or another matrix operator. After calling clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices, no matrix can be used any longer.

Attention

clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices exists solely for the purpose of implementing the “reset program” functionality in HDevelop. clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices must not be used in any application.

Execution Information

Result

clear_all_matricesclear_all_matricesClearAllMatricesClearAllMatricesClearAllMatrices always returns the value 2 (H_MSG_TRUE).

Module

Foundation


ClassesClasses | | Operators