9 #ifndef IMPEM_CONVERTERS_H
10 #define IMPEM_CONVERTERS_H
12 #include <IMP/em/em_config.h>
64 const ParticlesTemp &ps,
67 const FloatKey &weight_key=IMP::atom::Mass::get_mass_key());
83 const ParticlesTemp &ps,
86 const FloatKey &weight_key=IMP::atom::Mass::get_mass_key()) {
90 apix,weight_key,sig_cutoff,
92 return dmap.release();
107 const ParticlesTemp &ps,
Float apix,
108 const FloatKey &weight_key=IMP::atom::Mass::get_mass_key());
110 IMPEMEXPORT
Float calculate_intersection_score(
111 const SurfaceShellDensityMap *d1,
112 const SurfaceShellDensityMap *d2);