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