IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Score particles based on a bounding box. More...
#include <IMP/core/core_config.h>
#include <IMP/SingletonPredicate.h>
#include <IMP/singleton_macros.h>
#include "XYZ.h"
Go to the source code of this file.
Classes | |
class | IMP::core::AttributeSingletonPredicate |
Return the value of an int attribute as the predicate value. More... | |
class | IMP::core::InBoundingBox3DSingletonPredicate |
Return 1 if the XYZ is in the bounding box, 0 otherwise. More... | |
class | IMP::core::IsCollisionPairPredicate |
Return 1 if two XYZRs collide. More... | |
class | IMP::core::PredicateSingletonScore< Predicate, Score > |
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. | |
Functions | |
template<class Predicate , class Score > | |
PredicateSingletonScore < Predicate, Score > * | IMP::core::create_predicates_singleton_score (Predicate *pred, int val, Score *score) |
Score particles based on a bounding box.
Copyright 2007-2020 IMP Inventors. All rights reserved.
Definition in file predicates.h.