IMP
2.4.0
The Integrative Modeling Platform
|
A score on the distance between the surfaces of two spheres. More...
#include <IMP/core/core_config.h>
#include "XYZR.h"
#include <IMP/score_functor/UnaryFunctionEvaluate.h>
#include <IMP/score_functor/SphereDistance.h>
#include <IMP/score_functor/Shift.h>
#include <IMP/score_functor/Harmonic.h>
#include <IMP/score_functor/HarmonicLowerBound.h>
#include <IMP/score_functor/HarmonicUpperBound.h>
#include <IMP/score_functor/distance_pair_score_macros.h>
Go to the source code of this file.
Classes | |
class | IMP::core::HarmonicSphereDistancePairScore |
A harmonic score on the distance between two spheres. More... | |
class | IMP::core::HarmonicUpperBoundSphereDiameterPairScore |
A harmonic upper bound on the diameter of the span of two spheres. More... | |
class | IMP::core::HarmonicUpperBoundSphereDistancePairScore |
A harmonic upper bound on the distance between two spheres. More... | |
class | IMP::core::NormalizedSphereDistancePairScore |
A score on the normalized distance between the surfaces of two spheres. More... | |
class | IMP::core::SoftSpherePairScore |
class | IMP::core::SphereDistancePairScore |
A score on the distance between the surfaces of two spheres. More... | |
class | IMP::core::WeightedSphereDistancePairScore |
A score on a weighted distance between the surfaces of two spheres. 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 score_functor::SphereDistance < score_functor::Shift < score_functor::Harmonic > > | IMP::core::HarmonicSphereDistanceScore |
typedef IMP::base::Vector < IMP::base::Pointer < HarmonicUpperBoundSphereDiameterPairScore > > | IMP::core::HarmonicUpperBoundSphereDiameterPairScores |
typedef IMP::base::Vector < IMP::base::WeakPointer < HarmonicUpperBoundSphereDiameterPairScore > > | IMP::core::HarmonicUpperBoundSphereDiameterPairScoresTemp |
typedef score_functor::SphereDistance < score_functor::Shift < score_functor::HarmonicUpperBound > > | IMP::core::HarmonicUpperBoundSphereDistanceScore |
typedef score_functor::SphereDistance < score_functor::HarmonicLowerBound > | IMP::core::SoftSphereDistanceScore |
typedef score_functor::SphereDistance < score_functor::UnaryFunctionEvaluate > | IMP::core::SphereDistanceScore |
A score on the distance between the surfaces of two spheres.
Copyright 2007-2015 IMP Inventors. All rights reserved.
Definition in file SphereDistancePairScore.h.