IMP logo
IMP Reference Guide  develop.5dd67dc178,2024/04/28
The Integrative Modeling Platform
linear_distance_pair_scores.h File Reference

A Score on the distance between a pair of particles. More...

#include "npctransport_config.h"
#include <IMP/PairScore.h>
#include <IMP/pair_macros.h>
#include <IMP/core/XYZR.h>
#include <IMP/algebra/utility.h>
#include "internal/sites.h"
#include <boost/array.hpp>
+ Include dependency graph for linear_distance_pair_scores.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  IMP::npctransport::LinearInteractionPairScore::EvaluationCache
 
class  IMP::npctransport::LinearInteractionPairScore
 
class  IMP::npctransport::LinearSoftSpherePairScore
 
class  IMP::npctransport::LinearWellPairScore
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::npctransport
 

Typedefs

typedef IMP::Vector
< IMP::Pointer
< LinearWellPairScore > > 
IMP::npctransport::LinearWellPairScores
 
typedef IMP::Vector
< IMP::WeakPointer
< LinearWellPairScore > > 
IMP::npctransport::LinearWellPairScoresTemp
 

Functions

double IMP::npctransport::do_evaluate_index (algebra::Sphere3D &d_xyzr0, algebra::Sphere3D &d_xyzr1, DerivativeAccumulator *da, const algebra::Vector3D &delta, double delta_length, double x0, double k)
 

Detailed Description

A Score on the distance between a pair of particles.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file linear_distance_pair_scores.h.