Main Page   Modules   Compound List   File List   Compound Members   File Members  

image_rgb_ushort.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   struct Gan_RGBPixel_us
#define GAN_PIXEL_FORMAT   RGB colour
#define GAN_PIXEL_TYPE   unsigned short
#define GAN_IMTYPE   us
#define GAN_IMAGE_FORM_GEN   gan_image_form_gen_rgb_us
#define GAN_IMAGE_SET_GEN   gan_image_set_gen_rgb_us
#define GAN_IMAGE_ALLOC   gan_image_alloc_rgb_us
#define GAN_IMAGE_ALLOC_DATA   gan_image_alloc_data_rgb_us
#define GAN_IMAGE_FORM   gan_image_form_rgb_us
#define GAN_IMAGE_FORM_DATA   gan_image_form_data_rgb_us
#define GAN_IMAGE_SET   gan_image_set_rgb_us
#define GAN_IMAGE_SET_PIX   gan_image_set_pix_rgb_us
#define GAN_IMAGE_GET_PIX   gan_image_get_pix_rgb_us
#define GAN_IMAGE_GET_PIXPTR   gan_image_get_pixptr_rgb_us
#define GAN_IMAGE_GET_PIXARR   gan_image_get_pixarr_rgb_us
#define GAN_IMAGE_FILL_CONST   gan_image_fill_const_rgb_us

Functions

Gan_Imagegan_image_set_gen_rgb_us (struct Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data)
Gan_Imagegan_image_form_gen_rgb_us (struct Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data, struct Gan_RGBPixel_us *pix_data, size_t pix_data_size, struct Gan_RGBPixel_us **row_data, size_t row_data_size)
Gan_RGBPixel_usgan_image_get_pixptr_rgb_us (Gan_Image *img, unsigned row, unsigned col)
 Return a pointer to a pixel from a RGB colour unsigned short image.

Gan_RGBPixel_us ** gan_image_get_pixarr_rgb_us (Gan_Image *img)
 Return the pixel array from a RGB colour unsigned short image.

Gan_Imagegan_image_alloc_rgb_us (unsigned long height, unsigned long width)
 Macro: Allocate a new RGB colour image with type unsigned short.

Gan_Imagegan_image_form_rgb_us (Gan_Image *img, unsigned long height, unsigned long width)
 Macro: Forms and returns a new RGB colour image with type unsigned short.

Gan_Imagegan_image_alloc_data_rgb_us (unsigned long height, unsigned long width, unsigned long stride, struct Gan_RGBPixel_us *pix_data, size_t pix_data_size, struct Gan_RGBPixel_us **row_data, size_t row_data_size)
 Macro: Allocates and returns a new RGB colour unsigned short image.

Gan_Imagegan_image_form_data_rgb_us (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, struct Gan_RGBPixel_us *pix_data, size_t pix_data_size, struct Gan_RGBPixel_us **row_data, size_t row_data_size)
 Macro: Forms and returns a new RGB colour unsigned short image.

Gan_Imagegan_image_set_rgb_us (Gan_Image *img, unsigned long height, unsigned long width)
 Macro: Set an existing image to be RGB colour with type unsigned short.

Gan_Bool gan_image_set_pix_rgb_us (Gan_Image *img, unsigned row, unsigned col, struct Gan_RGBPixel_us *pix)
 Macro: Set a pixel in a RGB colour unsigned short image.

Gan_RGBPixel_us gan_image_get_pix_rgb_us (Gan_Image *img, unsigned row, unsigned col)
 Macro: Return a pixel from a RGB colour unsigned short image.

Gan_Bool gan_image_fill_const_rgb_us (Gan_Image *img, struct Gan_RGBPixel_us *pix)
 Macro: Fills all the pixels in a RGB colour unsigned short image.


Detailed Description

Module: RGB colour unsigned short integer images

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited


Generated on Mon Oct 13 16:14:43 2003 by doxygen1.3-rc1