GIRAFFE Pipeline Reference Manual

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:

This file is part of the GIRAFFE Pipeline Reference Manual 2.5.1.
Documentation copyright © 2002-2006 European Southern Observatory.
Generated on Tue Mar 18 10:47:45 2008 by doxygen 1.4.6 written by Dimitri van Heesch, © 1997-2004