| synopsis || return value || arguments || prev || next |

kdu_params::access_cluster

Java: Kdu_params::Access_cluster

Overload navigation: 1, 2

kdu_params * access_cluster( int sequence_idx)

Java: Kdu_params Access_cluster( int sequence_idx)

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

Go to class description.


Synopsis

Returns a particular cluster head by its position in the underlying cluster list. The function may be invoked on any member of the same multi-dimensional list structure (the same code-stream description) as the requested cluster. The first cluster has sequence_idx=0 and may also be retrieved by supplying a NULL cluster_name argument. This first cluster will generally correspond to the siz_params class.


Return Value

NULL if the requested cluster does not exist.

Arguments

sequence_idx [int]

0 for the first cluster in sequence.


| top || synopsis || return value || arguments || prev || next |