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