Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

vidl2_frame_sptr.h

Go to the documentation of this file.
00001 // This is brl/bbas/vidl2/vidl2_frame_sptr.h
00002 #ifndef vidl2_frame_sptr_h_
00003 #define vidl2_frame_sptr_h_
00004 //:
00005 // \file
00006 // \brief A smart pointer to a video frame
00007 //
00008 // \author Matt Leotta
00009 // \date 13 Jan 2006
00010 
00011 #include <vil/vil_smart_ptr.h>
00012 
00013 class vidl2_frame;
00014 
00015 //: A smart pointer to a video frame
00016 typedef vil_smart_ptr<vidl2_frame> vidl2_frame_sptr;
00017 
00018 #endif // vidl2_frame_sptr_h_

Generated on Thu Jan 10 14:51:31 2008 for contrib/brl/bbas/vidl2 by  doxygen 1.4.4