IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
The Integrative Modeling Platform
singleton_predicates.h File Reference

Define some predicates. More...

#include <IMP/core/core_config.h>
#include <IMP/core/Typed.h>
#include <IMP/SingletonPredicate.h>
#include <IMP/singleton_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 singleton_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::AllSameSingletonPredicate
 Return true (1) if all members of the tuple are the same. More...
 
class  IMP::core::CoinFlipSingletonPredicate
 Return true (1) with a fixed probability. More...
 
class  IMP::core::ConstantSingletonPredicate
 Always return a constant value. More...
 
class  IMP::core::OrderedTypeSingletonPredicate
 Return a unique predicate value for each ordered set of ParticleTypes. More...
 
class  IMP::core::UnorderedTypeSingletonPredicate
 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 singleton_predicates.h.