IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/18
The Integrative Modeling Platform
PairsOptimizerState.h
Go to the documentation of this file.
1 // Autogenerated by ../../../../tmp/nightly-build-24918/imp-20240418.develop.27926d84dc/tools/build/make_containers.py
2 // from ../../../../tmp/nightly-build-24918/imp-20240418.develop.27926d84dc/tools/build/container_templates/container/ClassnamesOptimizerState.h
3 // Do not edit - any changes will be lost!
4 
5 /**
6  * \file IMP/container/PairsOptimizerState.h
7  * \brief Use a PairModifier applied to a ParticlePairsTemp to
8  * maintain an invariant
9  *
10  * Copyright 2007-2022 IMP Inventors. All rights reserved.
11  */
12 
13 #ifndef IMPCONTAINER_PAIRS_OPTIMIZER_STATE_H
14 #define IMPCONTAINER_PAIRS_OPTIMIZER_STATE_H
15 
16 #include <IMP/container/container_config.h>
17 #include <IMP/PairContainer.h>
18 #include <IMP/PairModifier.h>
19 #include <IMP/OptimizerState.h>
20 #include <IMP/Pointer.h>
21 
22 IMPKERNEL_BEGIN_NAMESPACE
23 // for swig
24 class PairContainer;
25 class PairModifier;
26 IMPKERNEL_END_NAMESPACE
27 
28 IMPCONTAINER_BEGIN_NAMESPACE
29 //! Apply a PairFunction to a PairContainer to maintain an invariant
30 /** \ingroup restraint
31  \see PairOptimizerState
32  */
33 class IMPCONTAINEREXPORT PairsOptimizerState : public OptimizerState {
36 
37  public:
38  /** \param[in] c The Container to hold the elements to process
39  \param[in] gf The PairModifier to apply to all elements.
40  \param[in] name The name to use for this Object
41  */
43  std::string name = "PairsOptimizerState %1%");
44 
45  virtual void do_update(unsigned int call) override;
47 };
48 
50 
51 IMPCONTAINER_END_NAMESPACE
52 
53 #endif /* IMPCONTAINER_PAIRS_OPTIMIZER_STATE_H */
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Definition: object_macros.h:25
virtual void do_update(unsigned int)
A more IMP-like version of the std::vector.
Definition: Vector.h:50
A base class for modifiers of ParticlePairsTemp.
Definition: PairModifier.h:32
A container for Pairs.
A smart pointer to a ref-counted Object that is a class member.
Definition: Pointer.h:143
A Modifier on ParticlePairsTemp.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
Definition: object_macros.h:44
A nullptr-initialized pointer to an IMP Object.
Shared optimizer state that is invoked upon commitment of new coordinates.
Shared optimizer state.
Apply a PairFunction to a PairContainer to maintain an invariant.