| synopsis || prev || next |

jpx_metanode::get_label

Java: Jpx_metanode::Get_label

const char * get_label( )

Java: String Get_label( )

[Declared in "../apps/compressed_io/jpx.h"]

Go to class description.


Synopsis

Returns non-NULL if and only if get_box_type returns jp2_label_4cc — i.e., the lbl box type code. The body of all label boxes is stored explicitly by the internal machinery and the null-terminated text string is returned here.

Both intermediate and leaf nodes may be represented by labels. If an intermediate node is represented by a label, all of the node's descendants are semantically associated with the label.


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