| synopsis || next |

kdu_params::~kdu_params

Java: Kdu_params::Native_destroy

virtual ~kdu_params( )

Java: Native_destroy( )

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

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.


| top || synopsis || next |