![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <LeesEdwards.hpp>
Inheritance diagram for ScriptInterface::LeesEdwards::LeesEdwards:
Collaboration diagram for ScriptInterface::LeesEdwards::LeesEdwards:Public Member Functions | |
| LeesEdwards () | |
| Variant | do_call_method (std::string const &name, VariantMap const ¶ms) override |
| void | do_construct (VariantMap const ¶ms) override |
Public Member Functions inherited from ScriptInterface::AutoParameters< LeesEdwards, System::Leaf > | |
| std::vector< std::string_view > | 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::System::Leaf | |
| ~Leaf () override=default | |
| void | bind_system (std::shared_ptr<::System::System > const &system) |
| void | detach_system () |
Public Member Functions inherited from ScriptInterface::ObjectHandle | |
| ObjectHandle ()=default | |
| ObjectHandle (ObjectHandle const &)=delete | |
| ObjectHandle & | operator= (ObjectHandle const &)=delete |
| virtual | ~ObjectHandle ()=default |
| std::string_view | name () const |
| Context * | context () const |
| Responsible context. | |
| void | construct (VariantMap const ¶ms) |
| Construct the handled object. | |
| VariantMap | get_parameters () const |
| Get current parameters. | |
| 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 | on_bind_system (::System::System &system) override |
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. | |
Protected Member Functions inherited from ScriptInterface::AutoParameters< LeesEdwards, System::Leaf > | |
| 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 Member Functions inherited from ScriptInterface::System::Leaf | |
| auto const & | get_system () const |
| auto & | get_system () |
Protected Attributes inherited from ScriptInterface::System::Leaf | |
| std::weak_ptr<::System::System > | m_system |
Definition at line 38 of file LeesEdwards.hpp.
|
inline |
Definition at line 44 of file LeesEdwards.hpp.
References ScriptInterface::AutoParameters< LeesEdwards, System::Leaf >::add_parameters(), ScriptInterface::ObjectHandle::context(), ScriptInterface::System::Leaf::get_system(), ScriptInterface::get_value(), LeesEdwardsBC::invalid_dir, ScriptInterface::is_none(), ScriptInterface::make_variant(), ScriptInterface::none, ScriptInterface::Context::parallel_try_catch(), LeesEdwardsBC::pos_offset, ScriptInterface::AutoParameter::read_only, and LeesEdwardsBC::shear_velocity.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 96 of file LeesEdwards.hpp.
References ScriptInterface::ObjectHandle::context(), ScriptInterface::AutoParameters< LeesEdwards, System::Leaf >::do_set_parameter(), ScriptInterface::System::Leaf::get_system(), ScriptInterface::get_value(), ScriptInterface::is_none(), ScriptInterface::ObjectHandle::name(), ScriptInterface::Context::parallel_try_catch(), LeesEdwardsBC::shear_direction, and LeesEdwardsBC::shear_plane_normal.
Referenced by on_bind_system().
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 134 of file LeesEdwards.hpp.
|
inlineoverrideprivatevirtual |
Reimplemented from ScriptInterface::System::Leaf.
Definition at line 170 of file LeesEdwards.hpp.
References do_call_method(), and ScriptInterface::get_value().