/* Copyright (c) 1997 Regents of the University of California */ /* SCCSid "$SunId$ LBL" */ /* * Header file for 3D warping routines. */ #include "lookup.h" /* interpolation flags */ #define W3EXACT 01 /* no interpolation (slow) */ #define W3FAST 02 /* discontinuous approx. (fast) */ /* return flags for warp3d() */ #define W3OK 0 /* normal return status */ #define W3GAMUT 01 /* out of gamut */ #define W3BADMAP 02 /* singular map */ #define W3ERROR 04 /* system error (check errno) */ #define GNBITS 6 /* number of bits per grid size <= 8 */ #define MAXGN (1<