ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ReactionMethods::ReactionAlgorithm::ParticleChanges Struct Reference

#include <ReactionAlgorithm.hpp>

+ Collaboration diagram for ReactionMethods::ReactionAlgorithm::ParticleChanges:

Public Attributes

std::vector< int > created {}
 
std::vector< std::tuple< int, int > > changed {}
 
std::vector< std::tuple< int, int > > hidden {}
 
std::vector< std::tuple< int, Utils::Vector3d, Utils::Vector3d > > moved {}
 
std::unordered_map< int, int > old_particle_numbers {}
 
int reaction_id {-1}
 

Detailed Description

Definition at line 145 of file core/reaction_methods/ReactionAlgorithm.hpp.

Member Data Documentation

◆ changed

std::vector<std::tuple<int, int> > ReactionMethods::ReactionAlgorithm::ParticleChanges::changed {}

◆ created

std::vector<int> ReactionMethods::ReactionAlgorithm::ParticleChanges::created {}

◆ hidden

std::vector<std::tuple<int, int> > ReactionMethods::ReactionAlgorithm::ParticleChanges::hidden {}

◆ moved

std::vector<std::tuple<int, Utils::Vector3d, Utils::Vector3d> > ReactionMethods::ReactionAlgorithm::ParticleChanges::moved {}

◆ old_particle_numbers

std::unordered_map<int, int> ReactionMethods::ReactionAlgorithm::ParticleChanges::old_particle_numbers {}

Definition at line 150 of file core/reaction_methods/ReactionAlgorithm.hpp.

◆ reaction_id

int ReactionMethods::ReactionAlgorithm::ParticleChanges::reaction_id {-1}

Definition at line 151 of file core/reaction_methods/ReactionAlgorithm.hpp.


The documentation for this struct was generated from the following file: