13 #ifndef IMPCONTAINER_SINGLETONS_OPTIMIZER_STATE_H
14 #define IMPCONTAINER_SINGLETONS_OPTIMIZER_STATE_H
16 #include <IMP/container/container_config.h>
23 IMPKERNEL_BEGIN_NAMESPACE
27 IMPKERNEL_END_NAMESPACE
29 IMPCONTAINER_BEGIN_NAMESPACE
44 std::string name =
"SingletonsOptimizerState %1%");
46 virtual void update() IMP_OVERRIDE;
52 IMPCONTAINER_END_NAMESPACE
Import IMP/kernel/SingletonModifier.h in the namespace.
Import IMP/kernel/SingletonContainer.h in the namespace.
A nullptr-initialized pointer to an IMP Object.
IMP::kernel::SingletonContainer SingletonContainer
A smart pointer to a ref-counted Object that is a class memeber.
Shared optimizer state that is invoked upon commitment of new coordinates.
A base class for modifiers of ParticlesTemp.
IMP::kernel::SingletonModifier SingletonModifier
virtual void update()
Called when the Optimizer accepts a new conformation.
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Import IMP/kernel/optimizer_state_macros.h in the namespace.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
Import IMP/kernel/OptimizerState.h in the namespace.
Apply a SingletonFunction to a SingletonContainer to maintain an invariant.