Go to the documentation of this file.00001
00002 #ifndef vil_open_h_
00003 #define vil_open_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013 #include <vil/vil_stream.h>
00014 #include <vxl_config.h>
00015
00016
00017
00018 vil_stream *vil_open(char const* what, char const* how = "r");
00019
00020
00021 #if defined(VCL_WIN32) && VXL_USE_WIN_WCHAR_T
00022
00023
00024 vil_stream *vil_open(wchar_t const* what, char const* how = "r");
00025 #endif //defined(VCL_WIN32) && VXL_USE_WIN_WCHAR_T
00026
00027 #endif // vil_open_h_