![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
giimagestack.h cxint giraffe_imagestack_set(GiImageStack *, cxint, cpl_image *) Stores a reference to a cpl_image in a GiImageStack. Definition: giimagestack.c:189 cxint giraffe_imagestack_size(GiImageStack *) Returns current size of an GiImageStack. Definition: giimagestack.c:259 cxint giraffe_imagestack_resize(GiImageStack *istack, cxint size) Non destructive resize of an GiImageStack. Definition: giimagestack.c:83 void giraffe_imagestack_delete(GiImageStack *) Destroys an GiImageStack. Definition: giimagestack.c:141 cpl_image * giraffe_imagestack_get(GiImageStack *, cxint) Retrieve a cpl_image reference stored in a GiImageStack. Definition: giimagestack.c:225 |