/** * \file DensityFillingRestraint.cpp * \brief Score how well a protein is inside its density * * Copyright 2007-2013 IMP Inventors. All rights reserved. * */ #include #include #include IMPEM_BEGIN_NAMESPACE DensityFillingRestraint::DensityFillingRestraint( Particles ps, DensityMap *em_map,Float threshold ): Restraint(IMP::internal::get_model(ps),"Envelope penetration restraint") { IMP_LOG_TERSE("Load envelope penetration with the following input:"<< "number of particles:"<get_name() << " is not XYZR" << std::endl); } } add_particles(ps); ps_=ps; IMP_LOG_TERSE("after adding particles"<