* 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:
Noel O'Boyle
2007-05-12 11:45:39 +00:00
parent 7a1f6c99fd
commit 174b5452bf
6 changed files with 18 additions and 0 deletions
+1
View File
@@ -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>;