Abstract base class for calculating the distance from a reference configuration. More...
#include <ReferenceConfiguration.h>
Public Member Functions | |
ReferenceConfigurationOptions (const std::string &type) | |
bool | usingFastOption () const |
std::string | getMultiRMSDType () const |
Private Attributes | |
std::string | tt |
Friends | |
class | ReferenceConfiguration |
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.
PLMD::ReferenceConfigurationOptions::ReferenceConfigurationOptions | ( | const std::string & | type | ) |
std::string PLMD::ReferenceConfigurationOptions::getMultiRMSDType | ( | ) | const |
bool PLMD::ReferenceConfigurationOptions::usingFastOption | ( | ) | const |
|
friend |
|
private |
Hosted by GitHub | 1.8.7 |