8 #ifndef IMPATOM_STEREOCHEMISTRY_PAIR_FILTER_H
9 #define IMPATOM_STEREOCHEMISTRY_PAIR_FILTER_H
11 #include <IMP/atom/atom_config.h>
14 #include <IMP/atom/internal/ExcludedPair.h>
15 #include <IMP/kernel/internal/container_helpers.h>
17 IMPATOM_BEGIN_NAMESPACE
27 typedef std::map<internal::ExcludedPair, kernel::Particle *> ExcludedMap;
28 ExcludedMap excluded_map_;
46 dihedrals_ = dihedrals;
Import IMP/kernel/pair_macros.h in the namespace.
virtual int get_value_index(kernel::Model *m, const kernel::ParticleIndexPair &vt) const
Compute the predicate and the derivative if needed.
A class to store an fixed array of same-typed values.
Import IMP/kernel/PairPredicate.h in the namespace.
virtual ModelObjectsTemp do_get_inputs(kernel::Model *m, const ParticleIndexes &pis) const
#define IMP_PAIR_PREDICATE_METHODS(Name)
Define extra the functions needed for a PairPredicate.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Abstract predicate function.
A filter that excludes bonds, angles and dihedrals.
Class for storing model, its restraints, constraints, and particles.