core/vil1/vil1_flip_components.cxx

Go to the documentation of this file.
00001 // This is core/vil1/vil1_flip_components.cxx
00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00003 #pragma implementation
00004 #endif
00005 #include "vil1_flip_components.h"
00006 #include <vil1/vil1_flip_components_impl.h>
00007 
00008 vil1_image vil1_flip_components(vil1_image const &I) {
00009   return new vil1_flip_components_impl(I);
00010 }

Generated on Sun Sep 7 05:08:27 2008 for core/vil1 by  doxygen 1.5.1