core/vil/vil_open.h

Go to the documentation of this file.
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 #include <vil/vil_stream.h>
00014 
00015 //: make a vil_stream from a filename, an URL, etc.
00016 // \relates vil_stream
00017 vil_stream *vil_open(char const* what, char const* how = "r");
00018 
00019 #endif // vil_open_h_

Generated on Mon Nov 23 05:08:37 2009 for core/vil by  doxygen 1.5.1