IMP
2.0.1
The Integrative Modeling Platform
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
SameResiduePairFilter.h
Go to the documentation of this file.
1
/**
2
* \file IMP/atom/SameResiduePairFilter.h
3
* \brief A Score on the distance between a pair of particles.
4
*
5
* Copyright 2007-2013 IMP Inventors. All rights reserved.
6
*/
7
8
#ifndef IMPATOM_SAME_RESIDUE_PAIR_FILTER_H
9
#define IMPATOM_SAME_RESIDUE_PAIR_FILTER_H
10
11
#include <IMP/atom/atom_config.h>
12
#include <
IMP/PairPredicate.h
>
13
#include <
IMP/pair_macros.h
>
14
15
IMPATOM_BEGIN_NAMESPACE
16
17
//!
18
/** Predicate atoms that belong to the same residue. The is designed
19
for use with the DopePairScore. All particles passed to it must
20
be Atom particles. This can change if desired.
21
*/
22
class
IMPATOMEXPORT
SameResiduePairFilter
:
public
PairPredicate
23
{
24
public
:
25
SameResiduePairFilter
();
26
IMP_PAIR_PREDICATE
(
SameResiduePairFilter
);
27
};
28
29
30
IMPATOM_END_NAMESPACE
31
32
#endif
/* IMPATOM_SAME_RESIDUE_PAIR_FILTER_H */