12 #ifndef IMPCONTAINER_EVENT_SINGLETONS_OPTIMIZER_STATE_H
13 #define IMPCONTAINER_EVENT_SINGLETONS_OPTIMIZER_STATE_H
15 #include <IMP/container/container_config.h>
20 IMPCONTAINER_BEGIN_NAMESPACE
35 SingletonContainerAdaptor container,
int value,
36 int min_count,
int max_count,
38 "ConstSingletonPredicate%1%");
39 virtual void update() IMP_OVERRIDE;
43 IMPCONTAINER_END_NAMESPACE
Import IMP/kernel/SingletonContainer.h in the 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/SingletonPredicate.h in the namespace.
virtual void update()
Called when the Optimizer accepts a new conformation.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Abstract predicate function.
Import IMP/kernel/OptimizerState.h in the namespace.