Overload navigation: 1, 2
void finalize_all( )
Java: void Finalize_all( )
[Declared in "../coresys/common/kdu_params.h"]
This function invokes the finalize member function of the current object and every object in the list or lists which it heads. If the object is an instance head, all objects in the relevant instance list are finalized. If the object is a tile head, all objects in the auxiliary list which it heads and all of their instances are finalized. If the object is a cluster head, all objects in the cluster are finalized. If the object is the head of the list of clusters (usually a siz_params object), all objects in all clusters are finalized. For more information, see the definition of the finalize function itself.