00001 00002 00003 #ifndef __IMAGER_SPECIAL1_H__ 00004 #define __IMAGER_SPECIAL1_H__ 00005 00006 #include "defs.h" 00007 00008 typedef struct /* Allows later extension to rev polish notation */ 00009 { 00010 image_type x; 00011 image_type y; 00012 image_type z; 00013 image_type t; 00014 } 00015 im_stack_type; 00016 00017 im_stack_type im_stack; 00018 00019 00020 void imgmath_main (); 00021 00022 00023 #endif