dev_clear_obj ( Objects : : : )

Delete an iconic object from the HALCON database.

dev_clear_obj deletes iconic objects, which are no longer needed, from the HALCON database. It should be noted that dev_clear_obj cannot be exported to C++ due to the automatic memory management in C++.


Attention

Never use clear_obj to clear objects in HDevelop. The operator dev_clear_obj has to be used instead.


Parameters

Objects (input_object)
object(-array) -> object
Objects to be deleted.


Result

dev_clear_obj returns 2 (H_MSG_TRUE) if the variable is instantiated. If necessary, an exception is raised.


Parallelization Information

dev_clear_obj is local and processed completely exclusively without parallelization.


See also

clear_obj, test_obj_def, dev_set_check, reset_obj_db


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH