virtual ~kdu_params( )
Java: Native_destroy( )
[Declared in "../coresys/common/kdu_params.h"]
When destroying an object which is the head of any list, the entire list will be destroyed. Objects with instance indices of 0 are instance heads (they destroy all instances for the relevant tile-component). Instance heads with with component indices of -1 are tile heads (they destroy all components in the tile). Tile heads with tile indices of -1 are cluster heads (they destroy all tiles in the cluster). Destroying the first cluster head in the list of clusters (this will normally be a siz_params object in practice) causes all clusters to be destroyed. For more information on the multi-dimensional list structure, consult the overview description appearing with the definition of kdu_params.