IMP  2.3.1
The Integrative Modeling Platform
DistanceToSingletonScore.h File Reference

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>
+ Include dependency graph for DistanceToSingletonScore.h:
+ This graph shows which files directly or indirectly include this file:

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
 Synonym for IMP::kernel.
 
 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)
 

Detailed Description

A Score on the distance to a fixed point.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file DistanceToSingletonScore.h.