void pre_destroy( )
Java: void Pre_destroy( )
[Declared in "../apps/support/kdu_region_compositor.h"]
Does all the work of the destructor which may rely upon calling virtual functions which are overridden in a derived class. In particular, all buffering resources are cleaned up here so that delete_buffer, which may have been implemented in a derived class, will not be called after the derived portion has been destroyed.
When implementing a derived class, you should call this function from the derived class's destructor.