![](https://secure.gravatar.com/avatar/1294d100c1f5fcd24f7ba4dc0349cfac.jpg?s=120&d=mm&r=g)
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?
5166
Age (days ago)
5166
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel Russel