20#ifndef HDRL_IMAGELIST_VIEW_H
21#define HDRL_IMAGELIST_VIEW_H
34#if defined HDRL_USE_EXPERIMENTAL || defined HDRL_USE_PRIVATE
52 const cpl_imagelist * imglist,
53 const cpl_imagelist * errlist,
hdrl_imagelist * hdrl_imagelist_row_view(hdrl_imagelist *hl, cpl_size ly, cpl_size uy)
create view of subset of image rows in an imagelist
Definition hdrl_imagelist_view.c:215
hdrl_imagelist * hdrl_imagelist_image_view(hdrl_imagelist *hl, cpl_size lz, cpl_size uz)
create view of subset of images in an imagelist
Definition hdrl_imagelist_view.c:309
const hdrl_imagelist * hdrl_imagelist_const_row_view(const hdrl_imagelist *hl, cpl_size ly, cpl_size uy)
create const view of subset of image rows in an imagelist
Definition hdrl_imagelist_view.c:262
const hdrl_imagelist * hdrl_imagelist_const_cpl_row_view(const cpl_imagelist *imglist, const cpl_imagelist *errlist, cpl_size ly, cpl_size uy)
create const view of subset of image rows in cpl imagelists
Definition hdrl_imagelist_view.c:354
Definition hdrl_imagelist_defs.h:42