IMP  2.0.1
The Integrative Modeling Platform
TripletsOptimizerState.h
Go to the documentation of this file.
1 /**
2  * \file IMP/container/TripletsOptimizerState.h
3  * \brief Use a TripletModifier applied to a ParticleTripletsTemp to
4  * maintain an invariant
5  *
6  * WARNING This file was generated from TripletsOptimizerState.h
7  * in /tmp/nightly-build-36540/imp-2.0.1/tools/build/container_templates/container
8  * by tools/maintenance/setup_containers.py.
9  *
10  * Copyright 2007-2013 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>
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
34 {
35  IMP::OwnerPointer<TripletModifier> f_;
36  IMP::OwnerPointer<TripletContainer> c_;
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  */
42  TripletsOptimizerState(TripletContainerAdaptor c, TripletModifier *gf,
43  std::string name="TripletsOptimizerState %1%");
44 
46 };
47 
49 
50 
51 IMPCONTAINER_END_NAMESPACE
52 
53 #endif /* IMPCONTAINER_TRIPLETS_OPTIMIZER_STATE_H */