OpenMD 3.2
Molecular Dynamics in the Open
Loading...
Searching...
No Matches
OpenMD::BondStamp Class Reference
Inheritance diagram for OpenMD::BondStamp:

Public Member Functions

void setMembers (std::vector< int > members)
void overrideType (std::string type, RealType pars)
void overrideType (std::string type, std::vector< RealType > pars)
int getA ()
int getB ()
virtual void validate ()
bool hasOverride ()
std::string getOverrideType ()
std::vector< RealType > getOverridePars ()
Public Member Functions inherited from OpenMD::DataHolder
template<class T>
void assign (const std::string &keyword, T val)

Additional Inherited Members

Protected Types inherited from OpenMD::DataHolder
using ParamMap = std::map<std::string, ParameterBase*>
Protected Attributes inherited from OpenMD::DataHolder
ParamMap parameters_
std::set< std::string > deprecatedKeywords_

Detailed Description

Definition at line 54 of file BondStamp.hpp.

Constructor & Destructor Documentation

◆ BondStamp()

OpenMD::BondStamp::BondStamp ( )

Definition at line 55 of file BondStamp.cpp.

◆ ~BondStamp()

OpenMD::BondStamp::~BondStamp ( )
virtual

Definition at line 59 of file BondStamp.cpp.

Member Function Documentation

◆ getA()

int OpenMD::BondStamp::getA ( )
inline

Definition at line 91 of file BondStamp.hpp.

◆ getB()

int OpenMD::BondStamp::getB ( )
inline

Definition at line 92 of file BondStamp.hpp.

◆ getOverridePars()

std::vector< RealType > OpenMD::BondStamp::getOverridePars ( )
inline

Definition at line 98 of file BondStamp.hpp.

◆ getOverrideType()

std::string OpenMD::BondStamp::getOverrideType ( )
inline

Definition at line 96 of file BondStamp.hpp.

◆ hasOverride()

bool OpenMD::BondStamp::hasOverride ( )
inline

Definition at line 95 of file BondStamp.hpp.

◆ overrideType() [1/2]

void OpenMD::BondStamp::overrideType ( std::string type,
RealType pars )
inline

Definition at line 79 of file BondStamp.hpp.

◆ overrideType() [2/2]

void OpenMD::BondStamp::overrideType ( std::string type,
std::vector< RealType > pars )
inline

Definition at line 85 of file BondStamp.hpp.

◆ setMembers()

void OpenMD::BondStamp::setMembers ( std::vector< int > members)
inline

Definition at line 61 of file BondStamp.hpp.

◆ validate()

void OpenMD::BondStamp::validate ( )
virtual

Reimplemented from OpenMD::DataHolder.

Definition at line 61 of file BondStamp.cpp.


The documentation for this class was generated from the following files: