mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-06 22:39:55 +08:00
add internal stringstream support to MolDraw2DSVG
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user