IMP  2.3.0
The Integrative Modeling Platform
BoundingBox3DSingletonScore.h File Reference

Score particles based on a bounding box. More...

#include <IMP/core/core_config.h>
#include <IMP/generic.h>
#include <IMP/SingletonScore.h>
#include <IMP/singleton_macros.h>
#include <IMP/UnaryFunction.h>
#include <IMP/algebra/BoundingBoxD.h>
#include "XYZ.h"
#include "internal/evaluate_distance_pair_score.h"
#include <boost/lambda/lambda.hpp>
+ Include dependency graph for BoundingBox3DSingletonScore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::core::GenericBoundingBox3DSingletonScore< UF >
 Score particles based on how far outside a box they are. More...
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::core
 Basic functionality that is expected to be used by a wide variety of IMP users.
 

Typedefs

typedef
GenericBoundingBox3DSingletonScore
< UnaryFunction > 
IMP::core::BoundingBox3DSingletonScore
 

Functions

template<class UnaryFunction >
GenericBoundingBox3DSingletonScore
< UnaryFunction > * 
IMP::core::create_bounding_box_3d_singleton_score (UnaryFunction *f, const algebra::BoundingBoxD< 3 > &bb)
 

Detailed Description

Score particles based on a bounding box.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file BoundingBox3DSingletonScore.h.