IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
triplet_predicates.h File Reference

Define some predicates. More...

#include <IMP/core/core_config.h>
#include <IMP/core/Typed.h>
#include <IMP/TripletPredicate.h>
#include <IMP/triplet_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 triplet_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::AllSameTripletPredicate
 Return true (1) if all members of the tuple are the same. More...
 
class  IMP::core::CoinFlipTripletPredicate
 Return true (1) with a fixed probability. More...
 
class  IMP::core::ConstantTripletPredicate
 Always return a constant value. More...
 
class  IMP::core::OrderedTypeTripletPredicate
 Return a unique predicate value for each ordered set of ParticleTypes. More...
 
class  IMP::core::UnorderedTypeTripletPredicate
 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 triplet_predicates.h.