ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ScriptInterface::Interactions::NonBondedInteractionHandle Class Reference

#include <NonBondedInteraction.hpp>

+ Inheritance diagram for ScriptInterface::Interactions::NonBondedInteractionHandle:
+ Collaboration diagram for ScriptInterface::Interactions::NonBondedInteractionHandle:

Public Member Functions

 NonBondedInteractionHandle ()
 
Variant do_call_method (std::string const &name, VariantMap const &params) override
 
void do_construct (VariantMap const &params) override
 
void attach (std::function< void(std::shared_ptr<::IA_parameters > const &)> cb_register, std::weak_ptr< std::function< void()> > cb_notify_cutoff_change)
 
void on_non_bonded_ia_change ()
 
- Public Member Functions inherited from ScriptInterface::AutoParameters< NonBondedInteractionHandle >
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
 
ObjectHandleoperator= (ObjectHandle const &)=delete
 
virtual ~ObjectHandle ()=default
 
boost::string_ref name () const
 
Contextcontext () const
 Responsible context.
 
void construct (VariantMap const &params)
 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 &params)
 Call a method on the object.
 
std::string serialize () const
 

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< NonBondedInteractionHandle >
 AutoParameters ()=default
 
 AutoParameters (std::vector< AutoParameter > &&params)
 
void add_parameters (std::vector< AutoParameter > &&params)
 
auto const & get_parameter_insertion_order () const
 

Detailed Description

Definition at line 707 of file NonBondedInteraction.hpp.

Constructor & Destructor Documentation

◆ NonBondedInteractionHandle()

ScriptInterface::Interactions::NonBondedInteractionHandle::NonBondedInteractionHandle ( )
inline

Member Function Documentation

◆ attach()

void ScriptInterface::Interactions::NonBondedInteractionHandle::attach ( std::function< void(std::shared_ptr<::IA_parameters > const &)>  cb_register,
std::weak_ptr< std::function< void()> >  cb_notify_cutoff_change 
)
inline

Definition at line 822 of file NonBondedInteraction.hpp.

References ScriptInterface::get_value().

◆ do_call_method()

Variant ScriptInterface::Interactions::NonBondedInteractionHandle::do_call_method ( std::string const name,
VariantMap const params 
)
inlineoverridevirtual

◆ do_construct()

void ScriptInterface::Interactions::NonBondedInteractionHandle::do_construct ( VariantMap const params)
inlineoverridevirtual

◆ on_non_bonded_ia_change()

void ScriptInterface::Interactions::NonBondedInteractionHandle::on_non_bonded_ia_change ( )
inline

Definition at line 885 of file NonBondedInteraction.hpp.

References ScriptInterface::get_value().

Referenced by do_call_method().


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