13 #ifndef IMPCONTAINER_DISTRIBUTE_TRIPLETS_SCORE_STATE_H
14 #define IMPCONTAINER_DISTRIBUTE_TRIPLETS_SCORE_STATE_H
16 #include <IMP/container/container_config.h>
23 #include <boost/tuple/tuple.hpp>
27 IMPCONTAINER_BEGIN_NAMESPACE
38 typedef boost::tuple<base::Pointer<DynamicListTripletContainer>,
41 mutable std::size_t input_version_;
42 void update_lists_if_necessary()
const;
47 "DistributeTripletsScoreState %1%");
54 (input_, predicate->get_name() +
" output"));
55 data_.push_back(Data(c, predicate, value));
65 IMPCONTAINER_END_NAMESPACE
Class for adding derivatives from restraints to the model.
IMP::base::Vector< IMP::base::WeakPointer< kernel::ModelObject > > ModelObjectsTemp
Import IMP/kernel/TripletContainer.h in the namespace.
Import IMP/kernel/triplet_macros.h in the namespace.
Distribute contents of one container into several based on predicates.
Store a kernel::ParticleIndexTriplets.
A smart pointer to a ref-counted Object that is a class member.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Import IMP/kernel/TripletPredicate.h in the namespace.
DynamicListTripletContainer * add_predicate(TripletPredicate *predicate, int value)
ScoreStates maintain invariants in the Model.
Store a list of kernel::ParticleTripletsTemp.
#define IMP_NEW(Typename, varname, args)
Declare a ref counted pointer to a new object.
Abstract predicate function.
A class for storing lists of IMP items.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.