8 #ifndef IMPCORE_SYMMETRY_H
9 #define IMPCORE_SYMMETRY_H
10 #include <IMP/core/core_config.h>
16 IMPCORE_BEGIN_NAMESPACE
32 Particle *get_reference_particle()
const {
37 return m->get_has_attribute(get_reference_key(), pi);
A base class for modifiers of ParticlesTemp.
virtual void apply_index(Model *m, ParticleIndex v) const
A a decorator for a particle with an associated reference particle.
#define IMP_DECORATOR_SETUP_1(Name, FirstArgumentType, first_argument_name)
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
virtual ModelObjectsTemp do_get_outputs(Model *m, const ParticleIndexes &pis) const =0
Class for storing model, its restraints, constraints, and particles.
void add_attribute(TypeKey attribute_key, ParticleIndex particle, Type value)
#define IMP_SINGLETON_MODIFIER_METHODS(Name)
functionality for defining rigid bodies
virtual ModelObjectsTemp do_get_inputs(Model *m, const ParticleIndexes &pis) const =0
Reflect about a plane in 3D.
Particle * get_particle() const
Returns the particle decorated by this decorator.
#define IMP_DECORATOR_METHODS(Name, Parent)
Class to handle individual model particles.
#define IMP_DECORATORS(Name, PluralName, Parent)
Define the types for storing sets of decorators.
Reflect about a plane in 3D.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.