IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
predicates.h File Reference

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"
+ Include dependency graph for 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::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)
 

Detailed Description

Score particles based on a bounding box.

Copyright 2007-2015 IMP Inventors. All rights reserved.

Definition in file predicates.h.