core/vil1/vil1_image_proxy.h

Go to the documentation of this file.
00001 // This is core/vil1/vil1_image_proxy.h
00002 #ifndef vil1_image_proxy_h_
00003 #define vil1_image_proxy_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007 //:
00008 // \file
00009 // \author fsm
00010 
00011 #include <vil1/vil1_image.h>
00012 
00013 //: Proxy for an image
00014 struct vil1_image_proxy : public vil1_image
00015 {
00016   vil1_image_proxy(char const *file);
00017   ~vil1_image_proxy() {}
00018 
00019  private:
00020   vil1_image_proxy(vil1_image const &) {}
00021   vil1_image_proxy(vil1_image_proxy const& i) : vil1_image(i) {}
00022 };
00023 
00024 #endif // vil1_image_proxy_h_

Generated on Sat Nov 22 05:08:29 2008 for core/vil1 by  doxygen 1.5.1