-
Notifications
You must be signed in to change notification settings - Fork 32
Python Binding State
philthiel edited this page May 5, 2017
·
2 revisions
This page collects issues of the Python bindings, like untranslated functions, classes, etc.
- BALL/MOLMEC/COMMON/support.h: several functions using template types.
- The PersistenceManager is completely unwrapped as it is very tricky (if not impossible) to do right.
- AtomVector derives from
std::vector<Atom*>
, this should be reflected in the bindings. - nested classes as in NMRStarFile and HBondProcessor