core/vidl/vidl_istream_sptr.h
Go to the documentation of this file.
00001 // This is core/vidl/vidl_istream_sptr.h
00002 #ifndef vidl_istream_sptr_h_
00003 #define vidl_istream_sptr_h_
00004 //:
00005 // \file
00006 // \brief A smart pointer to an input stream
00007 //
00008 // \author Matt Leotta
00009 // \date 23 Mar 2007
00010 
00011 #include <vil/vil_smart_ptr.h>
00012 #include <vidl/vidl_istream.h>
00013 
00014 //: A smart pointer to an input stream
00015 typedef vil_smart_ptr<vidl_istream> vidl_istream_sptr;
00016 
00017 #endif // vidl_istream_sptr_h_