| synopsis || prev || next |

kdu_region_compositor::pre_destroy

Java: Kdu_region_compositor::Pre_destroy

void pre_destroy( )

Java: void Pre_destroy( )

[Declared in "../apps/support/kdu_region_compositor.h"]

Go to class description.


Synopsis

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.


| top || synopsis || prev || next |