IMP  2.0.1
The Integrative Modeling Platform
QuadRestraint.h
Go to the documentation of this file.
1 /**
2  * \file IMP/core/QuadRestraint.h
3  * \brief Apply a QuadScore to a Quad.
4  *
5  * WARNING This file was generated from QuadRestraint.h
6  * in /tmp/nightly-build-36540/imp-2.0.1/tools/build/container_templates/core
7  * by tools/maintenance/setup_containers.py.
8  *
9  * Copyright 2007-2013 IMP Inventors. All rights reserved.
10  *
11  */
12 
13 #ifndef IMPCORE_QUAD_RESTRAINT_H
14 #define IMPCORE_QUAD_RESTRAINT_H
15 
16 #include <IMP/core/core_config.h>
17 
18 #include <IMP/internal/TupleRestraint.h>
19 #include <IMP/QuadScore.h>
20 #include <IMP/restraint_macros.h>
21 
22 #include <iostream>
23 
24 IMPCORE_BEGIN_NAMESPACE
25 
26 //! Applies a QuadScore to a Quad.
27 /** This restraint stores a Quad.
28  \see QuadRestraint
29  */
31 #if defined(SWIG) || defined(IMP_DOXYGEN)
32  public Restraint
33 #else
34  public IMP::kernel::internal::TupleRestraint<QuadScore>
35 #endif
36 {
37 public:
38  //! Create the restraint.
39  /** This function takes the function to apply to the
40  stored Quad and the Quad.
41  */
43  const ParticleQuad& vt,
44  std::string name="QuadRestraint %1%"):
45  IMP::kernel::internal::TupleRestraint<QuadScore>(ss,
46  IMP::kernel::internal::get_model(vt),
47  IMP::kernel::internal::get_index(vt),
48  name)
49  {}
50 
51 #if defined(SWIG) || defined(IMP_DOXYGEN)
52  protected:
53  double unprotected_evaluate(IMP::DerivativeAccumulator *accum) const;
54  IMP::ModelObjectsTemp do_get_inputs() const;
56 #endif
57 };
58 
59 IMPCORE_END_NAMESPACE
60 
61 #endif /* IMPCORE_QUAD_RESTRAINT_H */