ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <BondedInteraction.hpp>
Public Member Functions | |
IBMVolCons () | |
Variant | do_call_method (std::string const &name, VariantMap const ¶ms) override |
Public Member Functions inherited from ScriptInterface::Interactions::BondedInteractionImpl<::IBMVolCons > | |
CoreBondedInteraction & | get_struct () |
Public Member Functions inherited from ScriptInterface::Interactions::BondedInteraction | |
std::shared_ptr<::Bonded_IA_Parameters > | bonded_ia () |
std::shared_ptr< const ::Bonded_IA_Parameters > | bonded_ia () const |
bool | operator== (BondedInteraction const &other) const |
Public Member Functions inherited from ScriptInterface::AutoParameters< BondedInteraction > | |
std::span< const boost::string_ref > | valid_parameters () const final |
Variant | get_parameter (const std::string &name) const final |
void | do_set_parameter (const std::string &name, const Variant &value) final |
std::vector< std::pair< std::string, Variant > > | serialize_parameters () const final |
Public Member Functions inherited from ScriptInterface::ObjectHandle | |
ObjectHandle ()=default | |
ObjectHandle (ObjectHandle const &)=delete | |
ObjectHandle & | operator= (ObjectHandle const &)=delete |
virtual | ~ObjectHandle ()=default |
boost::string_ref | name () const |
Context * | context () const |
Responsible context. | |
void | construct (VariantMap const ¶ms) |
Construct the handled object. | |
VariantMap | get_parameters () const |
Get current parameters. | |
auto | get_valid_parameters () const |
void | set_parameter (const std::string &name, const Variant &value) |
Set single parameter. | |
Variant | call_method (const std::string &name, const VariantMap ¶ms) |
Call a method on the object. | |
std::string | serialize () const |
Private Member Functions | |
void | construct_bond (VariantMap const ¶ms) override |
Additional Inherited Members | |
Public Types inherited from ScriptInterface::Interactions::BondedInteractionImpl<::IBMVolCons > | |
using | CoreBondedInteraction = ::IBMVolCons |
Static Public Member Functions inherited from ScriptInterface::ObjectHandle | |
static ObjectRef | deserialize (const std::string &state, Context &ctx) |
Make object from serialized state. | |
Protected Member Functions inherited from ScriptInterface::Interactions::BondedInteraction | |
virtual std::set< std::string > | get_valid_parameters () const |
Protected Member Functions inherited from ScriptInterface::AutoParameters< BondedInteraction > | |
AutoParameters ()=default | |
AutoParameters (std::vector< AutoParameter > &¶ms) | |
void | add_parameters (std::vector< AutoParameter > &¶ms) |
auto const & | get_parameter_insertion_order () const |
Protected Attributes inherited from ScriptInterface::Interactions::BondedInteraction | |
std::shared_ptr<::Bonded_IA_Parameters > | m_bonded_ia |
Definition at line 500 of file BondedInteraction.hpp.
|
inline |
Definition at line 502 of file BondedInteraction.hpp.
|
inlineoverrideprivatevirtual |
Implements ScriptInterface::Interactions::BondedInteraction.
Definition at line 520 of file BondedInteraction.hpp.
References params.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::Interactions::BondedInteraction.
Definition at line 511 of file BondedInteraction.hpp.
References params.