IMP Reference Guide
2.20.0
The Integrative Modeling Platform
|
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>
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. | |
Define some predicates.
Copyright 2007-2023 IMP Inventors. All rights reserved.
Definition in file singleton_predicates.h.