ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ProfileObservable.hpp>
Public Member Functions | |
ProfileObservable () | |
void | construct (VariantMap const ¶ms) override |
Variant | call_method (std::string const &method, VariantMap const ¶meters) override |
std::shared_ptr<::Observables::ProfileObservable > | profile_observable () const |
std::shared_ptr<::Observables::Observable > | observable () const override |
Public Member Functions inherited from ScriptInterface::AutoParameters< ProfileObservable< CoreObs >, Observable > | |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from ScriptInterface::AutoParameters< ProfileObservable< CoreObs >, Observable > | |
AutoParameters ()=default | |
AutoParameters (std::vector< AutoParameter > &¶ms) | |
void | add_parameters (std::vector< AutoParameter > &¶ms) |
auto const & | get_parameter_insertion_order () const |
Definition at line 42 of file script_interface/observables/ProfileObservable.hpp.
|
inline |
Definition at line 48 of file script_interface/observables/ProfileObservable.hpp.
References ScriptInterface::AutoParameters< ProfileObservable< CoreObs >, Observable >::add_parameters(), ScriptInterface::get_value(), and ScriptInterface::Observables::ProfileObservable< CoreObs >::profile_observable().
|
inlineoverride |
Definition at line 108 of file script_interface/observables/ProfileObservable.hpp.
References ScriptInterface::get_value(), and ScriptInterface::Observables::ProfileObservable< CoreObs >::profile_observable().
|
inlineoverride |
Definition at line 106 of file script_interface/observables/ProfileObservable.hpp.
|
inlineoverride |
Definition at line 123 of file script_interface/observables/ProfileObservable.hpp.
|
inline |