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