add internal stringstream support to MolDraw2DSVG

This commit is contained in:
Greg Landrum
2015-02-06 03:15:24 +01:00
parent 11093dff16
commit f2e261c2f6
3 changed files with 25 additions and 0 deletions

View File

@@ -40,6 +40,8 @@
%template(INT_DRAWCOLOUR_MAP) std::map< int, RDKit::DrawColour >;
%template(DrawColour) boost::tuple<float,float,float>;
%ignore RDKit::MolDraw2DSVG::MolDraw2DSVG(int,int,std::ostream &);
%include <GraphMol/MolDraw2D/MolDraw2D.h>
%include <GraphMol/MolDraw2D/MolDraw2DSVG.h>