IMP  2.0.0
The Integrative Modeling Platform
BondEndpointsRefiner.h
Go to the documentation of this file.
1 /**
2  * \file IMP/atom/BondEndpointsRefiner.h
3  * \brief Return the endpoints of a bond.
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  */
7 
8 #ifndef IMPATOM_BOND_ENDPOINTS_REFINER_H
9 #define IMPATOM_BOND_ENDPOINTS_REFINER_H
10 
11 #include <IMP/atom/atom_config.h>
12 
13 #include <IMP/Refiner.h>
14 #include <IMP/refiner_macros.h>
15 IMPATOM_BEGIN_NAMESPACE
16 
17 //! Return the endpoints of a bond.
18 /**
19  \ingroup bond
20  \see Bond
21  */
22 class IMPATOMEXPORT BondEndpointsRefiner : public Refiner
23 {
24 public:
25  //! no arguments
27 
29 };
30 
32 
33 IMPATOM_END_NAMESPACE
34 
35 #endif /* IMPATOM_BOND_ENDPOINTS_REFINER_H */