![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
GiImageStack Struct Reference Structure to handle an array/stack of cpl_images. More...
Detailed DescriptionStructure 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 42 of file giimagestack.h. Field Documentation◆ images
pointer to array of cpl_images Definition at line 45 of file giimagestack.h. Referenced by giraffe_imagestack_delete(), giraffe_imagestack_get(), giraffe_imagestack_new(), giraffe_imagestack_resize(), and giraffe_imagestack_set(). ◆ nimages
(maximum) number of images in array Definition at line 44 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: |