IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
A Score on the distance to a fixed point. More...
#include <IMP/core/core_config.h>
#include "XYZ.h"
#include "internal/evaluate_distance_pair_score.h"
#include <IMP/generic.h>
#include <IMP/algebra/Vector3D.h>
#include <IMP/SingletonScore.h>
#include <IMP/Pointer.h>
#include <IMP/singleton_macros.h>
#include <IMP/UnaryFunction.h>
#include <boost/lambda/lambda.hpp>
Go to the source code of this file.
Classes | |
class | IMP::core::GenericDistanceToSingletonScore< UF > |
Apply a function to the distance to a fixed point. More... | |
class | IMP::core::SphereDistanceToSingletonScore |
Apply a function to the distance to a fixed point. 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 GenericDistanceToSingletonScore < UnaryFunction > | IMP::core::DistanceToSingletonScore |
Functions | |
template<class UnaryFunction > | |
GenericDistanceToSingletonScore < UnaryFunction > * | IMP::core::create_distance_to_singleton_score (UnaryFunction *f, const algebra::Vector3D &pt) |
A Score on the distance to a fixed point.
Copyright 2007-2020 IMP Inventors. All rights reserved.
Definition in file DistanceToSingletonScore.h.