Menu

[r4421]: / branches / transforms / swig / agg_basics.i  Maximize  Restore  History

Download this file

11 lines (9 with data), 406 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
// ** agg basics **
%include "agg_basics.h"
//instantiate a few templates
%template(rect) agg::rect_base<int>;
%template(rect_d) agg::rect_base<double>;
%template(unite_rectangles) agg::unite_rectangles<rect>;
%template(unite_rectangles_d) agg::unite_rectangles<rect_d>;
%template(intersect_rectangles) agg::intersect_rectangles<rect>;
%template(intersect_rectangles_d) agg::intersect_rectangles<rect_d>;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.