IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
QuadsOptimizerState.h
Go to the documentation of this file.
1 // Autogenerated by ../../../../tmp/nightly-build-6636/imp-2.5.0/tools/build/make_containers.py
2 // from ../../../../tmp/nightly-build-6636/imp-2.5.0/tools/build/container_templates/container/ClassnamesOptimizerState.h
3 // Do not edit - any changes will be lost!
4 
5 /**
6  * \file IMP/container/QuadsOptimizerState.h
7  * \brief Use a QuadModifier applied to a ParticleQuadsTemp to
8  * maintain an invariant
9  *
10  * Copyright 2007-2015 IMP Inventors. All rights reserved.
11  */
12 
13 #ifndef IMPCONTAINER_QUADS_OPTIMIZER_STATE_H
14 #define IMPCONTAINER_QUADS_OPTIMIZER_STATE_H
15 
16 #include <IMP/container/container_config.h>
17 #include <IMP/QuadContainer.h>
18 #include <IMP/QuadModifier.h>
19 #include <IMP/OptimizerState.h>
20 #include <IMP/Pointer.h>
21 
22 IMPKERNEL_BEGIN_NAMESPACE
23 // for swig
24 class QuadContainer;
25 class QuadModifier;
26 IMPKERNEL_END_NAMESPACE
27 
28 IMPCONTAINER_BEGIN_NAMESPACE
29 //! Apply a QuadFunction to a QuadContainer to maintain an invariant
30 /** \ingroup restraint
31  \see QuadOptimizerState
32  */
33 class IMPCONTAINEREXPORT QuadsOptimizerState : public OptimizerState {
36 
37  public:
38  /** \param[in] c The Container to hold the elements to process
39  \param[in] gf The QuadModifier to apply to all elements.
40  \param[in] name The name to use for this Object
41  */
43  std::string name = "QuadsOptimizerState %1%");
44 
45  virtual void update() IMP_OVERRIDE;
47 };
48 
50 
51 IMPCONTAINER_END_NAMESPACE
52 
53 #endif /* IMPCONTAINER_QUADS_OPTIMIZER_STATE_H */
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Definition: object_macros.h:25
A container for Quads.
Apply a QuadFunction to a QuadContainer to maintain an invariant.
A Modifier on ParticleQuadsTemp.
A smart pointer to a ref-counted Object that is a class member.
Definition: Pointer.h:146
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
Definition: object_macros.h:42
A nullptr-initialized pointer to an IMP Object.
Shared optimizer state that is invoked upon commitment of new coordinates.
Shared optimizer state.
A base class for modifiers of ParticleQuadsTemp.
Definition: QuadModifier.h:33
virtual void update()
Called when the Optimizer accepts a new conformation.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.