IMP Reference Guide
2.13.0
The Integrative Modeling Platform
|
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"
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 |
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-2020 IMP Inventors. All rights reserved.
Definition in file BoundingSphere3DSingletonScore.h.