OpenJPEG
2.2.0
|
Box list parameters. More...
#include <box_manager.h>
Data Fields | |
box_param_t * | first |
first box pointer of the list More... | |
box_param_t * | last |
last box pointer of the list More... | |
Box list parameters.
box_param_t* boxlist_param::first |
first box pointer of the list
Referenced by const_metadatalist(), delete_box_in_list(), enqueue_box(), gene_boxlist(), insert_box_into_list(), print_allbox(), search_box(), and search_metadataidx().
box_param_t* boxlist_param::last |
last box pointer of the list
Referenced by delete_box_in_list(), gene_boxlist(), and insert_box_into_list().