core/vil1/vil1_flipud.cxx

Go to the documentation of this file.
00001 // This is core/vil1/vil1_flipud.cxx
00002 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00003 #pragma implementation
00004 #endif
00005 //:
00006 // \file
00007 // \author fsm
00008 
00009 #include "vil1_flipud.h"
00010 #include <vil1/vil1_flipud_impl.h>
00011 
00012 vil1_image vil1_flipud(vil1_image const &I) {
00013   return new vil1_flipud_impl(I);
00014 }

Generated on Mon Sep 8 05:08:19 2008 for core/vil1 by  doxygen 1.5.1