Go to the documentation of this file.00001
00002 #ifndef gst_polygon_2d_operators_h_
00003 #define gst_polygon_2d_operators_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011 #include <vcl_vector.h>
00012
00013 #include "gst_edge_2d_sptr.h"
00014 #include "gst_polygon_2d_sptr.h"
00015
00016
00017
00018
00019
00020
00021
00022 vcl_vector<gst_polygon_2d_sptr> gst_make_polygons_2d( const vcl_vector<gst_edge_2d_sptr> edges);
00023
00024
00025
00026 vcl_vector<gst_polygon_2d_sptr> gst_make_polygons_2d_unoriented( const vcl_vector<gst_edge_2d_sptr> edges);
00027
00028 #endif // gst_polygon_2d_operators_h_