contrib/gel/gst/gst_polygon_2d_sptr.h
Go to the documentation of this file.
00001 // This is gel/gst/gst_polygon_2d_sptr.h
00002 #ifndef gst_polygon_2d_sptr_h_
00003 #define gst_polygon_2d_sptr_h_
00004 //:
00005 // \file
00006 // \author crossge@crd.ge.com
00007 
00008 #include "gst_polygon_2d.h"
00009 #include <vbl/vbl_smart_ptr.h>
00010 
00011 typedef vbl_smart_ptr<gst_polygon_2d> gst_polygon_2d_sptr;
00012 
00013 #endif // gst_polygon_2d_sptr_h_