This is a version of core::CoverRefined optimized for bonds. It is about 4x faster than the general purpose one.

Public Member Functions | |
| void | apply (const ParticlesTemp &ps, DerivativeAccumulator &) const |
| void | apply (const ParticlesTemp &ps) const |
| void | apply (Particle *a, DerivativeAccumulator &) const |
| void | apply (Particle *a) const |
| ContainersTemp | get_input_containers (Particle *) const |
| ParticlesTemp | get_input_particles (Particle *) const |
| ParticlesList | get_interacting_particles (Particle *) const |
| ContainersTemp | get_output_containers (Particle *) const |
| ParticlesTemp | get_output_particles (Particle *) const |
| virtual std::string | get_type_name () const |
| virtual ::IMP::VersionInfo | get_version_info () const |
Friends | |
| template<class T > | |
| void | IMP::internal::unref (T *) |