Function: destroy_aipp
C Prototype |
aclError aclmdlDestroyAIPP(const aclmdlAIPP *aippParmsSet) |
|---|---|
Python Function |
ret = acl.mdl.destroy_aipp(aipp_parms_set) |
Function Usage |
Destroys data of the aclmdlAIPP type created by the acl.mdl.create_aipp call. |
Input Description |
aipp_parms_set: int, pointer address of the aclmdlAIPP data object to be destroyed. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: aclmdlAIPP