![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Sphere.hpp>
Inheritance diagram for ScriptInterface::Shapes::Sphere:
Collaboration diagram for ScriptInterface::Shapes::Sphere:Public Member Functions | |
| Sphere () | |
| std::shared_ptr<::Shapes::Shape > | shape () const override |
Public Member Functions inherited from ScriptInterface::Shapes::Shape | |
| Variant | do_call_method (std::string const &name, VariantMap const ¶ms) override |
Public Member Functions inherited from ScriptInterface::AutoParameters< Shape > | |
| 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::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. | |
| virtual void | do_construct (VariantMap const ¶ms) |
| 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 |
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< Shape > | |
| 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 |
Definition at line 34 of file script_interface/shapes/Sphere.hpp.
|
inline |
Definition at line 36 of file script_interface/shapes/Sphere.hpp.
References ScriptInterface::AutoParameters< Shape >::add_parameters().
|
inlineoverridevirtual |
Implements ScriptInterface::Shapes::Shape.
Definition at line 42 of file script_interface/shapes/Sphere.hpp.