12 #ifndef IMPCONTAINER_IN_CONTAINER_PAIR_FILTER_H 
   13 #define IMPCONTAINER_IN_CONTAINER_PAIR_FILTER_H 
   15 #include <IMP/container/container_config.h> 
   18 #include <IMP/internal/container_helpers.h> 
   19 #include "internal/PairContainerIndex.h" 
   24 IMPCONTAINER_BEGIN_NAMESPACE
 
   38                              std::string name = 
"PairFilter %1%");
 
   40                              std::string name = 
"PairFilter %1%");
 
   44     return c_->get_contains(vt);
 
   58 IMPCONTAINER_END_NAMESPACE
 
A filter which returns true if a container contains the Pair. 
 
A shared container for Pairs. 
 
Helper macros for implementing IMP Objects. 
 
virtual int get_value_index(Model *, const ParticleIndexPair &vt) const override
Compute the predicate and the derivative if needed. 
 
Macros for various classes. 
 
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object. 
 
ParticlesTemp get_particles(Model *m, const ParticleIndexes &ps)
Get the particles from a list of indexes. 
 
A more IMP-like version of the std::vector. 
 
Class for storing model, its restraints, constraints, and particles. 
 
Macros to control compiler warnings. 
 
virtual ModelObjectsTemp do_get_inputs(Model *m, const ParticleIndexes &pi) const override
Overload this method to specify the inputs. 
 
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers. 
 
Abstract predicate function. 
 
#define IMP_PAIR_PREDICATE_METHODS(Name)
Define extra the functions needed for a PairPredicate.