13 #ifndef IMPCONTAINER_DISTRIBUTE_SINGLETONS_SCORE_STATE_H
14 #define IMPCONTAINER_DISTRIBUTE_SINGLETONS_SCORE_STATE_H
16 #include <IMP/container/container_config.h>
24 #include <boost/tuple/tuple.hpp>
28 IMPCONTAINER_BEGIN_NAMESPACE
39 typedef boost::tuple<base::Pointer<DynamicListSingletonContainer>,
42 mutable int input_version_;
43 void update_lists_if_necessary()
const;
48 "DistributeSingletonsScoreState %1%");
55 (input_, predicate->get_name() +
" output"));
56 data_.push_back(Data(c, predicate, value));
59 virtual void do_before_evaluate() IMP_OVERRIDE;
66 IMPCONTAINER_END_NAMESPACE
Distribute contents of one container into several based on predicates.
Class for adding derivatives from restraints to the model.
IMP::base::Vector< IMP::base::WeakPointer< kernel::ModelObject > > ModelObjectsTemp
Import IMP/kernel/SingletonContainer.h in the namespace.
A smart pointer to a ref-counted Object that is a class memeber.
Import IMP/kernel/singleton_macros.h in the namespace.
#define IMP_NEW(Typename, varname, args)
Declare a ref counted pointer to a new object.
ScoreStates maintian invariants in the Model.
Import IMP/kernel/SingletonPredicate.h in the namespace.
A class for storing lists of IMP items.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Abstract predicate function.
Store a list of ParticlesTemp.
Import IMP/kernel/score_state_macros.h in the namespace.
DynamicListSingletonContainer * add_predicate(SingletonPredicate *predicate, int value)