![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <BondedInteraction.hpp>
Inheritance diagram for ScriptInterface::Interactions::BondedInteraction:
Collaboration diagram for ScriptInterface::Interactions::BondedInteraction:Protected Member Functions | |
| std::set< std::string > | get_valid_parameters () const |
Protected Member Functions inherited from ScriptInterface::AutoParameters< BondedInteraction > | |
| AutoParameters ()=default | |
| AutoParameters (std::vector< AutoParameter > &¶ms) | |
| ~AutoParameters () override=default | |
| bool | has_parameter (std::string const &name) const override |
| void | add_parameters (std::vector< AutoParameter > &¶ms) |
| auto const & | get_parameter_insertion_order () const |
Protected Attributes | |
| std::shared_ptr<::Bonded_IA_Parameters > | m_bonded_ia |
Private Member Functions | |
| void | do_construct (VariantMap const ¶ms) override |
| virtual void | construct_bond (VariantMap const ¶ms)=0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ScriptInterface::ObjectHandle | |
| static ObjectRef | deserialize (const std::string &state, Context &ctx) |
| Make object from serialized state. | |
Definition at line 57 of file BondedInteraction.hpp.
|
inline |
Definition at line 62 of file BondedInteraction.hpp.
References m_bonded_ia.
Referenced by do_call_method(), and ScriptInterface::Interactions::BondedInteractionImpl< CoreIA >::get_struct().
|
inline |
Definition at line 63 of file BondedInteraction.hpp.
References m_bonded_ia.
|
privatepure virtual |
Implemented in ScriptInterface::Interactions::VirtualBond, ScriptInterface::Interactions::FeneBond, ScriptInterface::Interactions::HarmonicBond, ScriptInterface::Interactions::QuarticBond, ScriptInterface::Interactions::BondedCoulomb, ScriptInterface::Interactions::BondedCoulombSR, ScriptInterface::Interactions::AngleHarmonicBond, ScriptInterface::Interactions::AngleCosineBond, ScriptInterface::Interactions::AngleCossquareBond, ScriptInterface::Interactions::DihedralBond, ScriptInterface::Interactions::TabulatedDistanceBond, ScriptInterface::Interactions::TabulatedAngleBond, ScriptInterface::Interactions::TabulatedDihedralBond, ScriptInterface::Interactions::ThermalizedBond, ScriptInterface::Interactions::RigidBond, ScriptInterface::Interactions::IBMTriel, ScriptInterface::Interactions::IBMVolCons, ScriptInterface::Interactions::IBMTribend, ScriptInterface::Interactions::OifGlobalForcesBond, and ScriptInterface::Interactions::OifLocalForcesBond.
Referenced by do_construct().
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Reimplemented in ScriptInterface::Interactions::IBMVolCons.
Definition at line 105 of file BondedInteraction.hpp.
References bonded_ia(), ScriptInterface::get_value(), ScriptInterface::ObjectHandle::name(), number_of_partners(), and params.
Referenced by ScriptInterface::Interactions::IBMVolCons::do_call_method().
|
inlineoverrideprivatevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 91 of file BondedInteraction.hpp.
References construct_bond(), ScriptInterface::ObjectHandle::context(), ScriptInterface::Context::parallel_try_catch(), and params.
|
inlineprotected |
Definition at line 71 of file BondedInteraction.hpp.
References ScriptInterface::get_value(), and ScriptInterface::AutoParameters< BondedInteraction >::valid_parameters().
|
inline |
Definition at line 101 of file BondedInteraction.hpp.
References ScriptInterface::get_value(), and m_bonded_ia.
|
protected |
Definition at line 59 of file BondedInteraction.hpp.
Referenced by bonded_ia(), bonded_ia(), ScriptInterface::Interactions::FeneBond::construct_bond(), ScriptInterface::Interactions::HarmonicBond::construct_bond(), ScriptInterface::Interactions::QuarticBond::construct_bond(), ScriptInterface::Interactions::BondedCoulomb::construct_bond(), ScriptInterface::Interactions::BondedCoulombSR::construct_bond(), ScriptInterface::Interactions::AngleHarmonicBond::construct_bond(), ScriptInterface::Interactions::AngleCosineBond::construct_bond(), ScriptInterface::Interactions::AngleCossquareBond::construct_bond(), ScriptInterface::Interactions::DihedralBond::construct_bond(), ScriptInterface::Interactions::TabulatedDistanceBond::construct_bond(), ScriptInterface::Interactions::TabulatedAngleBond::construct_bond(), ScriptInterface::Interactions::TabulatedDihedralBond::construct_bond(), ScriptInterface::Interactions::ThermalizedBond::construct_bond(), ScriptInterface::Interactions::RigidBond::construct_bond(), ScriptInterface::Interactions::IBMTriel::construct_bond(), ScriptInterface::Interactions::IBMVolCons::construct_bond(), ScriptInterface::Interactions::IBMTribend::construct_bond(), ScriptInterface::Interactions::OifGlobalForcesBond::construct_bond(), ScriptInterface::Interactions::OifLocalForcesBond::construct_bond(), operator==(), and ScriptInterface::Interactions::VirtualBond::VirtualBond().