00001 /** 00002 * \file envelope_penetration.h 00003 * \brief functions for calculation envelope penetration 00004 * 00005 * Copyright 2007-2010 IMP Inventors. All rights reserved. 00006 * 00007 */ 00008 00009 #ifndef IMPEM_ENVELOPE_PENETRATION_H 00010 #define IMPEM_ENVELOPE_PENETRATION_H 00011 #include "em_config.h" 00012 #include "DensityMap.h" 00013 #include <IMP/Particle.h> 00014 IMPEM_BEGIN_NAMESPACE 00015 //! Get the number of particles that are outside of the density 00016 /** 00017 /note the function assumes that all of the particles have XYZ coordinates 00018 */ 00019 IMPEMEXPORT long get_number_of_particles_outside_of_the_density( 00020 DensityMap *dmap,const Particles &ps); 00021 IMPEM_END_NAMESPACE 00022 00023 #endif /* IMPEM_ENVELOPE_PENETRATION_H */