|
IMP Reference Guide
2.17.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>
Include dependency graph for SphereDistancePairScore.h:
This graph shows which files directly or indirectly include this file: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 | |
| 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 score_functor::SphereDistance < score_functor::Shift < score_functor::Harmonic > > | IMP::core::HarmonicSphereDistanceScore |
| typedef IMP::Vector < IMP::Pointer < HarmonicUpperBoundSphereDiameterPairScore > > | IMP::core::HarmonicUpperBoundSphereDiameterPairScores |
| typedef IMP::Vector < IMP::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-2022 IMP Inventors. All rights reserved.
Definition in file SphereDistancePairScore.h.