00001 /** 00002 * \file GridClosePairsFinder.h 00003 * \brief Use a hierarchy of grids to find close pairs. 00004 * 00005 * Copyright 2007-2010 IMP Inventors. All rights reserved. 00006 */ 00007 00008 #ifndef IMPCORE_GRID_CLOSE_PAIRS_FINDER_H 00009 #define IMPCORE_GRID_CLOSE_PAIRS_FINDER_H 00010 00011 #include "ClosePairsFinder.h" 00012 #include "core_macros.h" 00013 #include "core_config.h" 00014 00015 IMPCORE_BEGIN_NAMESPACE 00016 00017 //! Find all nearby pairs by testing all pairs 00018 /** 00019 \see CloserPairsScoreState 00020 */ 00021 class IMPCOREEXPORT GridClosePairsFinder : public ClosePairsFinder 00022 { 00023 public: 00024 GridClosePairsFinder(); 00025 00026 IMP_CLOSE_PAIRS_FINDER(GridClosePairsFinder); 00027 }; 00028 00029 IMPCORE_END_NAMESPACE 00030 00031 #endif /* IMPCORE_GRID_CLOSE_PAIRS_FINDER_H */