| synopsis || return value || arguments || prev || next |
jpx_metanode add_numlist( int num_codestreams, const int * codestream_indices, int num_compositing_layers, const int * layer_indices, bool applies_to_rendered_result)
Java: Jpx_metanode Add_numlist( int num_codestreams, int[] codestream_indices, int num_compositing_layers, int[] layer_indices, boolean applies_to_rendered_result)
[Declared in "../apps/compressed_io/jpx.h"]
Use this function to add a descendant to the present node, assigning this descendant to represent a number list box. If this node is assigned its own descendants, it will be represented by an association box, whose first sub-box is the number list box; in this, the most useful case, the node's descendants will all be associate with the image entities identified via the function's arguments. If no descendants are added to the new node, it will be represented as an isolated number list box, all by itself.
Reference to the newly created node.
Number of codestream indices to be referenced by the number list.
Array with num_codestreams entries. holding the indices of the codestreams to be referenced by the number list. This array is copied internally.
Number of compositing layer indices to be referenced by the number list.
Array with num_compositing_layers entries. holding the indices of the compositing layers to be referenced by the number list. This array is copied internally.
True if the number list is to contain a reference to the "rendered result". See get_numlist_info for a discussion of the meaning of the rendered result.
| top || synopsis || return value || arguments || prev || next |