![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <Shape.hpp>
Inheritance diagram for ScriptInterface::Shapes::Shape:
Collaboration diagram for ScriptInterface::Shapes::Shape: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 37 of file script_interface/shapes/Shape.hpp.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 44 of file script_interface/shapes/Shape.hpp.
References ScriptInterface::ObjectHandle::name(), params, shape(), and stream.
|
pure virtual |
Return the Shape that we are wrapping.
Implemented in ScriptInterface::Shapes::Cylinder, ScriptInterface::Shapes::Ellipsoid, ScriptInterface::Shapes::HollowConicalFrustum, ScriptInterface::Shapes::NoWhere, ScriptInterface::Shapes::Rhomboid, ScriptInterface::Shapes::SimplePore, ScriptInterface::Shapes::Slitpore, ScriptInterface::Shapes::Sphere, ScriptInterface::Shapes::SpheroCylinder, ScriptInterface::Shapes::Torus, and ScriptInterface::Shapes::Wall.
Referenced by do_call_method().