IMP  2.0.1
The Integrative Modeling Platform
CommonEndpointPairFilter.h
Go to the documentation of this file.
1 /**
2  * \file IMP/misc/CommonEndpointPairFilter.h
3  * \brief A fake filter that returns true for any pair of bonds with
4  *
5  * Copyright 2007-2013 IMP Inventors. All rights reserved.
6  */
7 
8 #ifndef IMPMISC_COMMON_ENDPOINT_PAIR_FILTER_H
9 #define IMPMISC_COMMON_ENDPOINT_PAIR_FILTER_H
10 
11 #include <IMP/misc/misc_config.h>
12 
13 #include <IMP/PairPredicate.h>
14 #include <IMP/pair_macros.h>
15 IMPMISC_BEGIN_NAMESPACE
16 
17 //! Return true for any pair of bonds sharing an endpoint
18 /** XXXXXX.
19  */
20 class IMPMISCEXPORT CommonEndpointPairFilter: public PairPredicate
21 {
22 public:
24 
26 };
27 
28 
29 IMPMISC_END_NAMESPACE
30 
31 #endif /* IMPMISC_COMMON_ENDPOINT_PAIR_FILTER_H */