IMP
2.2.1
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/base/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 | |
All IMP::kernel code is brought into the IMP namespace. | |
IMP::core | |
See IMP.core for more information. | |
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) |
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file DistanceToSingletonScore.h.