Cleanup method for child data which is passed to other operators. More...
#include <ai_operator.h>
Data Fields | |
AtOpInit | Init |
AtOpCleanup | Cleanup |
AtOpCook | Cook |
Cleanup method for child data which is passed to other operators.
The lifetime of the child data may differ from the operator that created it so we need to provide this function to perform the cleanup when calling AiOpSetChildData.
child_data | general-purpose data pointer that is passed to an operator |