11 #include <IMP/atom/atom_config.h>
12 #include "../macros.h"
19 IMPATOM_BEGIN_NAMESPACE
31 static IntKey get_copy_index_key();
37 p->add_attribute(get_copy_index_key(),number);
42 static bool particle_is_instance(
Particle *p) {
43 return p->has_attribute(get_copy_index_key());
46 int get_copy_index()
const {