#include <gandalf/image/image_vfield3D_short.h>
#include <string.h>
#include <gandalf/image/image_defs.h>
#include <gandalf/common/array.h>
#include <gandalf/common/allocate.h>
#include <gandalf/common/misc_error.h>
Defines | |
#define | GAN_PIXEL struct Gan_Vector3_s |
#define | GAN_PIXEL_FORMAT 3D vector-field |
#define | GAN_PIXEL_TYPE short |
#define | GAN_PIXFMT GAN_VECTOR_FIELD_3D |
#define | GAN_PIXTYPE GAN_SHORT |
#define | GAN_IMFMT vfield3D |
#define | GAN_IMTYPE s |
#define | GAN_IMAGE_FORM_GEN gan_image_form_gen_vfield3D_s |
#define | GAN_IMAGE_SET_GEN gan_image_set_gen_vfield3D_s |
#define | GAN_IMAGE_ALLOC gan_image_alloc_vfield3D_s |
#define | GAN_IMAGE_ALLOC_DATA gan_image_alloc_data_vfield3D_s |
#define | GAN_IMAGE_FORM gan_image_form_vfield3D_s |
#define | GAN_IMAGE_FORM_DATA gan_image_form_data_vfield3D_s |
#define | GAN_IMAGE_SET gan_image_set_vfield3D_s |
#define | GAN_IMAGE_SET_PIX gan_image_set_pix_vfield3D_s |
#define | GAN_IMAGE_GET_PIX gan_image_get_pix_vfield3D_s |
#define | GAN_IMAGE_GET_PIXPTR gan_image_get_pixptr_vfield3D_s |
#define | GAN_IMAGE_GET_PIXARR gan_image_get_pixarr_vfield3D_s |
#define | GAN_IMAGE_FILL_CONST gan_image_fill_const_vfield3D_s |
Functions | |
Gan_Vector3_s * | gan_image_get_pixptr_vfield3D_s (Gan_Image *img, unsigned row, unsigned col) |
Return a pointer to a pixel from a 3D vector-field short image. | |
Gan_Vector3_s ** | gan_image_get_pixarr_vfield3D_s (Gan_Image *img) |
Return the pixel array from a 3D vector-field short image. | |
Gan_Image * | gan_image_set_gen_vfield3D_s (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data) |
Set format, type, dimension and stride attributes of an image. | |
Gan_Image * | gan_image_form_gen_vfield3D_s (Gan_Image *img, unsigned long height, unsigned long width, unsigned long stride, Gan_Bool alloc_pix_data, struct Gan_Vector3_s *pix_data, size_t pix_data_size, struct Gan_Vector3_s **row_data, size_t row_data_size) |
Form an image with specific format, type, dimensions and stride. |
Part of: Gandalf Library
Revision: Last edited: Author:
Copyright: (c) 2000 Imagineer Software Limited