IMP logo
IMP Reference Guide  2.19.0
The Integrative Modeling Platform
Fine2DRegistrationRestraint.h
Go to the documentation of this file.
1 /**
2  * \file IMP/em2d/Fine2DRegistrationRestraint.h
3  * \brief Alignment of 2D projections of a 3D volume
4  * Copyright 2007-2023 IMP Inventors. All rights reserved.
5 */
6 
7 #ifndef IMPEM2D_FINE_2DREGISTRATION_RESTRAINT_H
8 #define IMPEM2D_FINE_2DREGISTRATION_RESTRAINT_H
9 
10 #include <IMP/em2d/em2d_config.h>
11 #include "internal/Fine2DRegistrationRestraint.h"
12 
13 IMPEM2D_BEGIN_NAMESPACE
14 
15 class IMPEM2DEXPORT Fine2DRegistrationRestraint
16  : public internal::Fine2DRegistrationRestraint {
17  public:
18  IMPEM2D_DEPRECATED_OBJECT_DECL(2.19)
19  Fine2DRegistrationRestraint(Model *m)
20  : internal::Fine2DRegistrationRestraint(m) {
21  IMPEM2D_DEPRECATED_OBJECT_DEF(
22  2.19, "Use internal::Fine2DRegistrationRestraint instead");
23  }
24 };
25 
26 IMPEM2D_END_NAMESPACE
27 
28 #endif /* IMPEM2D_FINE_2DREGISTRATION_RESTRAINT_H */