Main Page | Modules | Class List | File List | Class Members | File Members

image_pointer.h File Reference

#include <stdlib.h>
#include <gandalf/common/misc_defs.h>
#include <gandalf/image/image_defs.h>

Go to the source code of this file.

Defines

#define GAN_PIXEL   void *
#define GAN_PIXEL_FORMAT   grey-level
#define GAN_PIXEL_TYPE   void *
#define GAN_IMTYPE   p
#define GAN_IMAGE_FORM_GEN   gan_image_form_gen_p
#define GAN_IMAGE_SET_GEN   gan_image_set_gen_p
#define GAN_IMAGE_ALLOC   gan_image_alloc_p
#define GAN_IMAGE_ALLOC_DATA   gan_image_alloc_data_p
#define GAN_IMAGE_FORM   gan_image_form_p
#define GAN_IMAGE_FORM_DATA   gan_image_form_data_p
#define GAN_IMAGE_SET   gan_image_set_p
#define GAN_IMAGE_SET_PIX   gan_image_set_pix_p
#define GAN_IMAGE_GET_PIX   gan_image_get_pix_p
#define GAN_IMAGE_GET_PIXPTR   gan_image_get_pixptr_p
#define GAN_IMAGE_GET_PIXARR   gan_image_get_pixarr_p
#define GAN_IMAGE_FILL_CONST   gan_image_fill_const_p
#define GAN_IMAGE_GET_ACTIVE_SUBWINDOW   gan_image_get_active_subwindow_p
#define GAN_IMAGE_MASK_WINDOW   gan_image_mask_window_p
#define GAN_IMAGE_CLEAR_WINDOW   gan_image_clear_window_p

Functions

Gan_Imagegan_image_alloc_p (unsigned long height, unsigned long width)
 Macro: Allocate and return a new grey-level image with type void *.
Gan_Imagegan_image_form_p (Gan_Image *img, unsigned long height, unsigned long width)
 Macro: Forms and returns a new grey-level void * image.
Gan_Imagegan_image_alloc_data_p (unsigned long height, unsigned long width, unsigned long stride, void **pix_data, size_t pix_data_size, void ***row_data, size_t row_data_size)
 Macro: Allocates and returns a new grey-level void * image.
Gan_Imagegan_image_form_data_p (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, void **pix_data, size_t pix_data_size, void ***row_data, size_t row_data_size)
 Macro: Forms and returns a new grey-level void * image.
Gan_Imagegan_image_set_p (Gan_Image *img, unsigned long height, unsigned long width)
 Macro: Set an existing image to be grey-level with type void *.
Gan_Bool gan_image_set_pix_p (Gan_Image *img, unsigned row, unsigned col, void *pix)
 Macro: Set a pixel in a grey-level void * image.
void * gan_image_get_pix_p (const Gan_Image *img, unsigned row, unsigned col)
 Macro: Return a pixel from a grey-level void * image.
Gan_Bool gan_image_fill_const_p (Gan_Image *img, void *pix)
 Macro: Fills all the pixels in a grey-level void * image.


Detailed Description

Module: Images of pointers

Part of: Gandalf Library

Version:
1.21
Date:
2004/03/17 16:14:20
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:51 2006 by  doxygen 1.3.9.1