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++.
Never use clear_obj to clear objects in HDevelop. The operator dev_clear_obj has to be used instead.
|
Objects (input_object) |
object(-array) -> object |
| Objects to be deleted. | |
dev_clear_obj returns 2 (H_MSG_TRUE) if the variable is instantiated. If necessary, an exception is raised.
dev_clear_obj is local and processed completely exclusively without parallelization.
clear_obj, test_obj_def, dev_set_check, reset_obj_db
Foundation