![](https://secure.gravatar.com/avatar/1294d100c1f5fcd24f7ba4dc0349cfac.jpg?s=120&d=mm&r=g)
12 Jun
2008
12 Jun
'08
7:32 p.m.
This patch adds particle refines to IMP. There is a base class in <IMP/ ParticleRefiner.h> and a couple in <IMP/particle_refiners>. The current particle refines cover an bond with a set of spheres (created on the fly) and move down one level in the hierarchy. I added some new meothods and classes to the python test base class too.
SWIG was having problems with figuring out that Particle Refiner was not a virtual class when I had all the methods be virtual, so they are now all non-virtual.