![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ParticleHandle.hpp>
Inheritance diagram for ScriptInterface::Particles::ParticleHandle:
Collaboration diagram for ScriptInterface::Particles::ParticleHandle:Friends | |
| class | ParticleModifier |
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< ParticleHandle > | |
| 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 128 of file ParticleHandle.hpp.
| ScriptInterface::Particles::ParticleHandle::ParticleHandle | ( | ) |
Definition at line 181 of file ParticleHandle.cpp.
References ScriptInterface::Particles::bitfield_from_flag(), System::System::box_geo, Particle::calc_dip(), convert_dip_to_quat(), Utils::convert_director_to_quaternion(), Utils::convert_quaternion_to_director(), convert_vector_body_to_space(), convert_vector_space_to_body(), Particle::dip_fld(), Particle::dipm(), ParticleProperties::VirtualSitesRelativeParameters::distance, ScriptInterface::Particles::error_msg(), Particle::ext_force(), Particle::ext_torque(), Particle::fixed(), Particle::force(), Particle::gamma(), Particle::gamma_rot(), ScriptInterface::Particles::get_gamma_safe(), get_particle_data(), get_particle_node(), ScriptInterface::Particles::get_quaternion_safe(), is_valid_propagation_combination(), Particle::lees_edwards_flag(), Particle::lees_edwards_offset(), Particle::magnetic_anisotropy_energy(), Particle::magnetic_anisotropy_field_inv(), Particle::mass(), Particle::mol_id(), Particle::mu_E(), System::System::nonbonded_ias, Particle::omega(), on_particle_type_change(), ScriptInterface::Particles::particle_checks(), Particle::propagation(), propagation_bitmask_to_string(), Particle::q(), Particle::quat(), ScriptInterface::Particles::quat2vector(), Particle::rinertia(), Particle::rotation(), Particle::saturation_magnetization(), set_particle_pos(), Particle::stoner_wohlfarth_dt_incr(), Particle::stoner_wohlfarth_is_enabled(), Particle::stoner_wohlfarth_phi_0(), Particle::stoner_wohlfarth_tau0_inv(), stream, ParticleParametersSwimming::swimming, Particle::swimming(), ParticleProperties::VirtualSitesCenterOfMassParameters::to_molecule_id, Particle::torque(), Particle::type(), Particle::v(), Particle::vs_com(), and Particle::vs_relative().
|
inline |
Definition at line 171 of file ParticleHandle.hpp.
References stream.
|
overridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Reimplemented in ScriptInterface::Particles::ParticleModifier.
Definition at line 563 of file ParticleHandle.cpp.
References add_bond(), Utils::Vector< T, N >::as_vector(), System::System::bonded_ias, Particle::bonds(), calculate_vs_relate_to_params(), convert_vector_body_to_space(), convert_vector_space_to_body(), Particle::exclusions(), get_cell_structure(), get_particle_data(), ScriptInterface::Particles::get_real_particle(), Particle::has_exclusion(), Particle::is_virtual(), ScriptInterface::Particles::local_add_exclusion(), ScriptInterface::Particles::local_remove_exclusion(), local_rotate_particle(), ScriptInterface::make_vector_of_variants(), System::System::on_particle_change(), params, ScriptInterface::Particles::particle_exclusion_sanity_checks(), ScriptInterface::Particles::quat2vector(), remove_particle(), PropagationMode::ROT_VS_RELATIVE, ScriptInterface::Particles::sanity_checks_rotation(), stream, PropagationMode::TRANS_VS_CENTER_OF_MASS, and PropagationMode::TRANS_VS_RELATIVE.
Referenced by ScriptInterface::Particles::ParticleModifier::do_call_method().
|
overridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Reimplemented in ScriptInterface::Particles::ParticleModifier.
Definition at line 849 of file ParticleHandle.cpp.
References get_cell_structure(), get_maximal_particle_id(), make_new_particle(), params, ScriptInterface::Particles::particle_checks(), remove_particle(), ScriptInterface::Particles::sanity_checks_rotation(), and stream.
|
friend |
Definition at line 164 of file ParticleHandle.hpp.