00001 #ifndef vil1_viff_support_h_
00002 #define vil1_viff_support_h_
00003
00004 #include <vxl_config.h>
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 struct vil1_viff_xvimage;
00009
00010 struct vil1_viff_xvimage *
00011 vil1_viff_createimage(vxl_uint_32 col_size, vxl_uint_32 row_size,
00012 vxl_uint_32 data_storage_type, vxl_uint_32 num_of_images,
00013 vxl_uint_32 num_data_bands, const char* comment,
00014 vxl_uint_32 map_row_size, vxl_uint_32 map_col_size,
00015 vxl_uint_32 map_scheme, vxl_uint_32 map_storage_type,
00016 vxl_uint_32 location_type, vxl_uint_32 location_dim);
00017 void vil1_viff_freeimage (struct vil1_viff_xvimage *);
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021
00022 #endif