00001 // This is core/vil/vil_open.h 00002 #ifndef vil_open_h_ 00003 #define vil_open_h_ 00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE 00005 #pragma interface 00006 #endif 00007 //: 00008 // \file 00009 // \brief make a vil_stream from a filename, an URL, etc. 00010 // 00011 // \author fsm 00012 // 00013 // \verbatim 00014 // Modifications 00015 //\endverbatim 00016 00017 #include <vil/vil_stream.h> 00018 00019 vil_stream *vil_open(char const* what, char const* how = "r"); 00020 00021 #endif // vil_open_h_
1.5.1