IMP logo
IMP Reference Guide  develop.45c11de31d,2024/03/27
The Integrative Modeling Platform
quad_predicates.h File Reference

Define some predicates. More...

#include <IMP/core/core_config.h>
#include <IMP/core/Typed.h>
#include <IMP/QuadPredicate.h>
#include <IMP/quad_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 quad_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::AllSameQuadPredicate
 Return true (1) if all members of the tuple are the same. More...
 
class  IMP::core::CoinFlipQuadPredicate
 Return true (1) with a fixed probability. More...
 
class  IMP::core::ConstantQuadPredicate
 Always return a constant value. More...
 
class  IMP::core::OrderedTypeQuadPredicate
 Return a unique predicate value for each ordered set of ParticleTypes. More...
 
class  IMP::core::UnorderedTypeQuadPredicate
 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 quad_predicates.h.