Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vil_viff_support.h

Go to the documentation of this file.
00001 #ifndef vil_viff_support_h_
00002 #define vil_viff_support_h_
00003 
00004 #include <vxl_config.h> /* for vxl_uint_32 */
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 /* vil_viff_support_h_ */

Generated on Thu Jan 10 14:40:00 2008 for core/vil by  doxygen 1.4.4