00001
00002
00003
00004
00005
00006
00007
00008 #ifndef IMPATOM_BOND_ENDPOINTS_REFINER_H
00009 #define IMPATOM_BOND_ENDPOINTS_REFINER_H
00010
00011 #include "atom_config.h"
00012
00013 #include <IMP/Refiner.h>
00014
00015 IMPATOM_BEGIN_NAMESPACE
00016
00017
00018
00019
00020
00021
00022 class IMPATOMEXPORT BondEndpointsRefiner : public Refiner
00023 {
00024 public:
00025
00026 BondEndpointsRefiner();
00027
00028 IMP_REFINER(BondEndpointsRefiner);
00029 };
00030
00031 IMPATOM_END_NAMESPACE
00032
00033 #endif