|
votca 2025.1-dev
|
#include <csg_reupdate.h>

Public Member Functions | |
| PotentialInfo (votca::Index index, bool bonded_, votca::Index vec_pos_, std::string ¶m_in_ext_, Property *options, bool gentable=false) | |
Public Attributes | |
| votca::Index | potentialIndex |
| bool | bonded |
| PotentialFunction * | ucg |
| votca::Index | vec_pos |
| std::pair< votca::Index, votca::Index > | beadTypes |
| std::string | potentialName |
| std::string | potentialFunction |
| std::string | type1 |
| std::string | type2 |
| double | rmin |
| double | rcut |
| Property * | options_ |
Definition at line 40 of file csg_reupdate.h.
| PotentialInfo::PotentialInfo | ( | votca::Index | index, |
| bool | bonded_, | ||
| votca::Index | vec_pos_, | ||
| std::string & | param_in_ext_, | ||
| Property * | options, | ||
| bool | gentable = false ) |
Definition at line 642 of file csg_reupdate.cc.
| std::pair<votca::Index, votca::Index> PotentialInfo::beadTypes |
Definition at line 50 of file csg_reupdate.h.
| bool PotentialInfo::bonded |
Definition at line 47 of file csg_reupdate.h.
| Property* PotentialInfo::options_ |
Definition at line 58 of file csg_reupdate.h.
| std::string PotentialInfo::potentialFunction |
Definition at line 53 of file csg_reupdate.h.
| votca::Index PotentialInfo::potentialIndex |
Definition at line 46 of file csg_reupdate.h.
| std::string PotentialInfo::potentialName |
Definition at line 52 of file csg_reupdate.h.
| double PotentialInfo::rcut |
Definition at line 56 of file csg_reupdate.h.
| double PotentialInfo::rmin |
Definition at line 56 of file csg_reupdate.h.
| std::string PotentialInfo::type1 |
Definition at line 54 of file csg_reupdate.h.
| std::string PotentialInfo::type2 |
Definition at line 54 of file csg_reupdate.h.
| PotentialFunction* PotentialInfo::ucg |
Definition at line 48 of file csg_reupdate.h.
| votca::Index PotentialInfo::vec_pos |
Definition at line 49 of file csg_reupdate.h.