12 #ifndef IMPCONTAINER_EVENT_PAIRS_OPTIMIZER_STATE_H
13 #define IMPCONTAINER_EVENT_PAIRS_OPTIMIZER_STATE_H
15 #include <IMP/container/container_config.h>
20 IMPCONTAINER_BEGIN_NAMESPACE
35 PairContainerAdaptor container,
int value,
36 int min_count,
int max_count,
38 "ConstPairPredicate%1%");
39 virtual void update() IMP_OVERRIDE;
43 IMPCONTAINER_END_NAMESPACE
A smart pointer to a ref-counted Object that is a class memeber.
Shared optimizer state that is invoked upon commitment of new coordinates.
Import IMP/kernel/PairContainer.h in the namespace.
virtual void update()
Called when the Optimizer accepts a new conformation.
Import IMP/kernel/PairPredicate.h in the namespace.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Abstract predicate function.
Import IMP/kernel/OptimizerState.h in the namespace.