![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Container for leaves of the system class. More...
Collaboration diagram for ScriptInterface::System::System::Leaves:Public Member Functions | |
| Leaves ()=default | |
| ~Leaves () | |
Public Attributes | |
| std::shared_ptr< CellSystem::CellSystem > | cell_system |
| std::shared_ptr< Integrators::IntegratorHandle > | integrator |
| std::shared_ptr< Interactions::BondedInteractions > | bonded_interactions |
| std::shared_ptr< CollisionDetection::CollisionDetection > | collision_detection |
| std::shared_ptr< Thermostat::Thermostat > | thermostat |
| std::shared_ptr< Analysis::Analysis > | analysis |
| std::shared_ptr< Galilei::ComFixed > | comfixed |
| std::shared_ptr< Galilei::Galilei > | galilei |
| std::shared_ptr< BondBreakage::BreakageSpecs > | bond_breakage |
| std::shared_ptr< LeesEdwards::LeesEdwards > | lees_edwards |
| std::shared_ptr< Accumulators::AutoUpdateAccumulators > | auto_update_accumulators |
| std::shared_ptr< Constraints::Constraints > | constraints |
| std::shared_ptr< Interactions::NonBondedInteractions > | non_bonded_inter |
| std::shared_ptr< Coulomb::Container > | electrostatics |
| std::shared_ptr< Dipoles::Container > | magnetostatics |
| std::shared_ptr< Particles::ParticleList > | part |
Container for leaves of the system class.
Definition at line 104 of file script_interface/system/System.cpp.
|
default |
|
inline |
Definition at line 130 of file script_interface/system/System.cpp.
References bonded_interactions, and constraints.
| std::shared_ptr<Analysis::Analysis> ScriptInterface::System::System::Leaves::analysis |
Definition at line 113 of file script_interface/system/System.cpp.
| std::shared_ptr<Accumulators::AutoUpdateAccumulators> ScriptInterface::System::System::Leaves::auto_update_accumulators |
Definition at line 119 of file script_interface/system/System.cpp.
| std::shared_ptr<BondBreakage::BreakageSpecs> ScriptInterface::System::System::Leaves::bond_breakage |
Definition at line 116 of file script_interface/system/System.cpp.
| std::shared_ptr<Interactions::BondedInteractions> ScriptInterface::System::System::Leaves::bonded_interactions |
Definition at line 108 of file script_interface/system/System.cpp.
Referenced by ~Leaves().
| std::shared_ptr<CellSystem::CellSystem> ScriptInterface::System::System::Leaves::cell_system |
Definition at line 106 of file script_interface/system/System.cpp.
| std::shared_ptr<CollisionDetection::CollisionDetection> ScriptInterface::System::System::Leaves::collision_detection |
Definition at line 110 of file script_interface/system/System.cpp.
| std::shared_ptr<Galilei::ComFixed> ScriptInterface::System::System::Leaves::comfixed |
Definition at line 114 of file script_interface/system/System.cpp.
| std::shared_ptr<Constraints::Constraints> ScriptInterface::System::System::Leaves::constraints |
Definition at line 120 of file script_interface/system/System.cpp.
Referenced by ~Leaves().
| std::shared_ptr<Coulomb::Container> ScriptInterface::System::System::Leaves::electrostatics |
Definition at line 123 of file script_interface/system/System.cpp.
| std::shared_ptr<Galilei::Galilei> ScriptInterface::System::System::Leaves::galilei |
Definition at line 115 of file script_interface/system/System.cpp.
| std::shared_ptr<Integrators::IntegratorHandle> ScriptInterface::System::System::Leaves::integrator |
Definition at line 107 of file script_interface/system/System.cpp.
| std::shared_ptr<LeesEdwards::LeesEdwards> ScriptInterface::System::System::Leaves::lees_edwards |
Definition at line 117 of file script_interface/system/System.cpp.
| std::shared_ptr<Dipoles::Container> ScriptInterface::System::System::Leaves::magnetostatics |
Definition at line 126 of file script_interface/system/System.cpp.
| std::shared_ptr<Interactions::NonBondedInteractions> ScriptInterface::System::System::Leaves::non_bonded_inter |
Definition at line 121 of file script_interface/system/System.cpp.
| std::shared_ptr<Particles::ParticleList> ScriptInterface::System::System::Leaves::part |
Definition at line 128 of file script_interface/system/System.cpp.
| std::shared_ptr<Thermostat::Thermostat> ScriptInterface::System::System::Leaves::thermostat |
Definition at line 112 of file script_interface/system/System.cpp.