Abstract base class for calculating the distance from a reference configuration. More...
#include <ReferenceConfiguration.h>
Public Member Functions | |
ReferenceConfiguration (const ReferenceConfigurationOptions &ro) | |
virtual | ~ReferenceConfiguration () |
Destructor. More... | |
virtual double | calc (const std::vector< Vector > &pos, const Pbc &pbc, const std::vector< Value *> &vals, const std::vector< double > &args, ReferenceValuePack &myder, const bool &squared) const =0 |
Calculate the distance from the reference configuration. More... | |
double | calculate (const std::vector< Vector > &pos, const Pbc &pbc, const std::vector< Value *> &vals, ReferenceValuePack &myder, const bool &squared=false) const |
Calculate the distance from the reference configuration. More... | |
void | copyDerivatives (const ReferenceConfiguration *) |
Parse something from the pdb remarks Copy derivatives from one frame to this frame. More... | |
void | displaceReferenceConfiguration (const double &weight, Direction &dir) |
Move the reference configuration by an ammount specified using a Direction. More... | |
void | extractDisplacementVector (const std::vector< Vector > &pos, const std::vector< Value *> &vals, const std::vector< double > &arg, const bool &nflag, Direction &mydir) const |
Extract a Direction giving you the displacement from some position. More... | |
virtual const std::vector< AtomNumber > & | getAbsoluteIndexes () |
These are overwritten in ReferenceArguments and ReferenceAtoms to make frame copying work. More... | |
virtual const std::vector< std::string > & | getArgumentNames () |
virtual void | getArgumentRequests (std::vector< std::string > &, bool disable_checks=false) |
Retrieve the arguments that are required for this guy. More... | |
virtual void | getAtomRequests (std::vector< AtomNumber > &, bool disable_checks=false) |
Retrieve the atoms that are required for this guy. More... | |
std::string | getName () const |
Return the name of this metric. More... | |
virtual unsigned | getNumberOfReferenceArguments () const |
virtual unsigned | getNumberOfReferencePositions () const |
virtual double | getReferenceArgument (const unsigned &i) const |
Get one of the referene arguments. More... | |
virtual const std::vector< double > & | getReferenceArguments () const |
virtual const std::vector< double > & | getReferenceMetric () |
virtual const std::vector< Vector > & | getReferencePositions () const |
These are overwritten in ReferenceArguments and ReferenceAtoms but are required here to make PLMD::distance work. More... | |
virtual bool | pcaIsEnabledForThisReference () |
Stuff for pca. More... | |
double | projectDisplacementOnVector (const Direction &mydir, const std::vector< Value *> &vals, const std::vector< double > &arg, ReferenceValuePack &mypack) const |
virtual void | read (const PDB &)=0 |
Do all local business for setting the configuration. More... | |
virtual void | setupPCAStorage (ReferenceValuePack &mypack) |
Stuff to setup pca. More... | |
Protected Member Functions | |
void | error (const std::string &msg) |
Crash with an error. More... | |
Private Attributes | |
std::vector< std::string > | fake_arg_names |
std::vector< AtomNumber > | fake_atom_numbers |
These are used to do fake things when we copy frames. More... | |
std::vector< double > | fake_metric |
std::vector< double > | fake_refargs |
std::vector< Vector > | fake_refatoms |
These are use by the distance function above. More... | |
std::vector< std::string > | line |
A vector containing all the remarks from the pdb input. More... | |
std::string | name |
The name of this particular config. More... | |
Friends | |
double | distance (const Pbc &pbc, const std::vector< Value *> &vals, ReferenceConfiguration *, ReferenceConfiguration *, const bool &squared) |
class | SingleDomainRMSD |
Abstract base class for calculating the distance from a reference configuration.
A reference configuration can either have a particular set of atoms in a particular given configuration or it can be that a particular set of colvars have a particular set of values. It could also be a combination of both. To allow all the posible permutations and in order make it easy to add new ways of calculating the distance we have implemented this using polymorphism and multiple inheritance. The following provides information on how to implement a new method for calculating the distance between a pair of configurations
|
explicit |
|
virtual |
Destructor.
|
pure virtual |
Calculate the distance from the reference configuration.
Implemented in PLMD::MultiDomainRMSD, PLMD::ArgumentOnlyDistance, PLMD::SingleDomainRMSD, PLMD::Direction, and PLMD::FakeFrame.
double PLMD::ReferenceConfiguration::calculate | ( | const std::vector< Vector > & | pos, |
const Pbc & | pbc, | ||
const std::vector< Value *> & | vals, | ||
ReferenceValuePack & | myder, | ||
const bool & | squared = false |
||
) | const |
Calculate the distance from the reference configuration.
void PLMD::ReferenceConfiguration::copyDerivatives | ( | const ReferenceConfiguration * | ) |
Parse something from the pdb remarks Copy derivatives from one frame to this frame.
void PLMD::ReferenceConfiguration::displaceReferenceConfiguration | ( | const double & | weight, |
Direction & | dir | ||
) |
Move the reference configuration by an ammount specified using a Direction.
|
protected |
Crash with an error.
void PLMD::ReferenceConfiguration::extractDisplacementVector | ( | const std::vector< Vector > & | pos, |
const std::vector< Value *> & | vals, | ||
const std::vector< double > & | arg, | ||
const bool & | nflag, | ||
Direction & | mydir | ||
) | const |
Extract a Direction giving you the displacement from some position.
|
inlinevirtual |
These are overwritten in ReferenceArguments and ReferenceAtoms to make frame copying work.
Reimplemented in PLMD::ReferenceAtoms.
|
inlinevirtual |
Reimplemented in PLMD::ReferenceArguments.
|
inlinevirtual |
Retrieve the arguments that are required for this guy.
Reimplemented in PLMD::ReferenceArguments.
|
inlinevirtual |
Retrieve the atoms that are required for this guy.
Reimplemented in PLMD::ReferenceAtoms.
std::string PLMD::ReferenceConfiguration::getName | ( | ) | const |
Return the name of this metric.
|
inlinevirtual |
Reimplemented in PLMD::ReferenceArguments.
|
inlinevirtual |
Reimplemented in PLMD::ReferenceAtoms.
|
inlinevirtual |
Get one of the referene arguments.
Reimplemented in PLMD::ReferenceArguments.
|
inlinevirtual |
Reimplemented in PLMD::ReferenceArguments.
|
inlinevirtual |
Reimplemented in PLMD::ReferenceArguments.
|
inlinevirtual |
These are overwritten in ReferenceArguments and ReferenceAtoms but are required here to make PLMD::distance work.
Reimplemented in PLMD::ReferenceAtoms.
|
inlinevirtual |
Stuff for pca.
Reimplemented in PLMD::MultiDomainRMSD, PLMD::ArgumentOnlyDistance, PLMD::OptimalRMSD, and PLMD::SimpleRMSD.
double PLMD::ReferenceConfiguration::projectDisplacementOnVector | ( | const Direction & | mydir, |
const std::vector< Value *> & | vals, | ||
const std::vector< double > & | arg, | ||
ReferenceValuePack & | mypack | ||
) | const |
|
pure virtual |
Do all local business for setting the configuration.
Implemented in PLMD::DRMSD, PLMD::MultiDomainRMSD, PLMD::ArgumentOnlyDistance, PLMD::Direction, PLMD::OptimalRMSD, PLMD::FakeFrame, PLMD::IntermolecularDRMSD, PLMD::IntramolecularDRMSD, PLMD::SimpleRMSD, and PLMD::DotProductDistance.
|
inlinevirtual |
Stuff to setup pca.
Reimplemented in PLMD::MultiDomainRMSD, PLMD::ArgumentOnlyDistance, PLMD::OptimalRMSD, and PLMD::SimpleRMSD.
|
friend |
|
friend |
|
private |
|
private |
These are used to do fake things when we copy frames.
|
private |
|
private |
|
private |
These are use by the distance function above.
|
private |
A vector containing all the remarks from the pdb input.
|
private |
The name of this particular config.
Hosted by GitHub | 1.8.14 |