IMP logo
IMP Reference Guide  2.10.1
The Integrative Modeling Platform
BoundingSphere3DSingletonScore.h File Reference

Score particles based on a bounding sphere - score would typically increase as particles are exiting the sphere boundaries, and must be zero within the sphere and positive outside of it. 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/Sphere3D.h>
#include "XYZ.h"
#include "XYZR.h"
+ Include dependency graph for BoundingSphere3DSingletonScore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::core::GenericBoundingSphere3DSingletonScore< UF >
 Score XYZ or XYZR particles based on how far outside a sphere they are. 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.
 

Typedefs

typedef
GenericBoundingSphere3DSingletonScore
< UnaryFunction > 
IMP::core::BoundingSphere3DSingletonScore
 

Functions

template<class UnaryFunction >
GenericBoundingSphere3DSingletonScore
< UnaryFunction > * 
IMP::core::create_bounding_sphere_3d_singleton_score (UnaryFunction *f, const algebra::Sphere3D &sphere)
 

Detailed Description

Score particles based on a bounding sphere - score would typically increase as particles are exiting the sphere boundaries, and must be zero within the sphere and positive outside of it.

Copyright 2007-2018 IMP Inventors. All rights reserved.

Definition in file BoundingSphere3DSingletonScore.h.