GiImageStack Struct Reference
Structure to handle an array/stack of cpl_images. More...
#include <giimagestack.h>
Data Fields | |
cxint | nimages |
cpl_image ** | images |
Detailed Description
Structure to handle an array/stack of cpl_images.Structure stores a pointer to an array of cpl_images and the (maximum) number of images that can be/are stored in it.
Definition at line 50 of file giimagestack.h.
Field Documentation
cpl_image** images |
pointer to array of cpl_images
Definition at line 53 of file giimagestack.h.
Referenced by giraffe_imagestack_delete(), giraffe_imagestack_get(), giraffe_imagestack_new(), giraffe_imagestack_resize(), and giraffe_imagestack_set().
cxint nimages |
(maximum) number of images in array
Definition at line 52 of file giimagestack.h.
Referenced by giraffe_imagestack_delete(), giraffe_imagestack_get(), giraffe_imagestack_new(), giraffe_imagestack_resize(), giraffe_imagestack_set(), and giraffe_imagestack_size().
The documentation for this struct was generated from the following file: