mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-04 18:33:30 -05:00
* SWIG interface files: Added template for vectors of strings
* pybel.py: Added informats and outformats, dictionaries corresponding to the supported input and output format
This commit is contained in:
@@ -51,6 +51,7 @@ namespace std {
|
||||
%template (vectorUnsignedInt) vector<unsigned int>;
|
||||
%template (vvInt) vector< vector<int> >;
|
||||
%template (vectorDouble) vector<double>;
|
||||
%template (vectorString) vector<std::string>;
|
||||
%template (vVector3) vector<OpenBabel::vector3>;
|
||||
|
||||
%template (vectorMol) vector<OpenBabel::OBMol>;
|
||||
|
||||
Reference in New Issue
Block a user