19 Dec
2010
19 Dec
'10
11:22 p.m.
I'd like to make PDBSelectors IMP::Objects. The change would not affect python code. For C++ users, PDBSelectors would have to be created with new instead of on the stack. So in general, a call that was read_pdb(name, CAlphaPDBSelector()) would become read_pdb(name, new CAlphaPDBSelector())
The advantages are - we could now provide AndPDBSelector and OrPDBSelector which work in python - there aren't annoying corner cases which cause problems due to the selectors being sliced.
Objections?
5085
Age (days ago)
5085
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Russel