IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
NearestNeighborsClosePairsFinder.h
Go to the documentation of this file.
1
/**
2
* \file IMP/core/NearestNeighborsClosePairsFinder.h
3
* \brief Test all pairs of particles to find close pairs.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*/
7
8
#ifndef IMPCORE_NEAREST_NEIGHBORS_CLOSE_PAIRS_FINDER_H
9
#define IMPCORE_NEAREST_NEIGHBORS_CLOSE_PAIRS_FINDER_H
10
11
#include "
ClosePairsFinder.h
"
12
#include "
close_pairs_finder_macros.h
"
13
#include <IMP/core/core_config.h>
14
15
16
IMPCORE_BEGIN_NAMESPACE
17
18
//! Find all nearby pairs using the algebra::NearestNeighbor code
19
/** \see IMP::container::ClosePairsScoreState
20
\ingroup cgal
21
*/
22
class
IMPCOREEXPORT
NearestNeighborsClosePairsFinder
:
public
ClosePairsFinder
23
{
24
public
:
25
NearestNeighborsClosePairsFinder
();
26
27
IMP_CLOSE_PAIRS_FINDER
(
NearestNeighborsClosePairsFinder
);
28
};
29
30
IMPCORE_END_NAMESPACE
31
32
#endif
/* IMPCORE_NEAREST_NEIGHBORS_CLOSE_PAIRS_FINDER_H */