I am trying to use write_pdb, which gets as input a set of
MolecularHierarchyDecorator (MolecularHierarchyDecorators)
This type (MolecularHierarchyDecorators) is not exposed in python.
I tried to add typedef in the atom.i file, but then the compiler
complained that this has already been declared in
MolecularHierarchyDecorator.h ( which is true).
but still the python interface does not include
MolecularHierarchyDecorators.