IMP logo
IMP Reference Guide  develop.98ef8da184,2024/04/23
The Integrative Modeling Platform
pair_predicates.h File Reference

Define some predicates. More...

#include <IMP/core/core_config.h>
#include <IMP/core/Typed.h>
#include <IMP/PairPredicate.h>
#include <IMP/pair_macros.h>
#include <boost/random.hpp>
#include "internal/container_helpers.h"
#include <cereal/access.hpp>
#include <cereal/types/base_class.hpp>
+ Include dependency graph for pair_predicates.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::core::AllSamePairPredicate
 Return true (1) if all members of the tuple are the same. More...
 
class  IMP::core::CoinFlipPairPredicate
 Return true (1) with a fixed probability. More...
 
class  IMP::core::ConstantPairPredicate
 Always return a constant value. More...
 
class  IMP::core::OrderedTypePairPredicate
 Return a unique predicate value for each ordered set of ParticleTypes. More...
 
class  IMP::core::UnorderedTypePairPredicate
 Return a unique predicate value for each unordered set of ParticleTypes. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::core
 Basic functionality that is expected to be used by a wide variety of IMP users.
 

Detailed Description

Define some predicates.

Copyright 2007-2023 IMP Inventors. All rights reserved.

Definition in file pair_predicates.h.