ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
PidObservable.hpp File Reference
#include <particle_observables/observable.hpp>
#include "Observable.hpp"
#include "Particle.hpp"
#include "ParticleTraits.hpp"
#include <utils/Vector.hpp>
#include <utils/flatten.hpp>
#include <boost/mpi/collectives/gather.hpp>
#include <boost/mpi/collectives/reduce.hpp>
#include <boost/serialization/utility.hpp>
#include <boost/serialization/vector.hpp>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <iterator>
#include <type_traits>
#include <utility>
#include <vector>
+ Include dependency graph for core/observables/PidObservable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Observables::PidObservable
 Particle-based observable. More...
 
class  Observables::ParticleObservable< ObsType >
 This class implements an interface to the particle_observables library that implements necessary algorithms needed for observables that are based on single particle properties. More...
 
struct  Observables::ParticleObservable< ObsType >::is_map< T >
 
struct  Observables::ParticleObservable< ObsType >::is_map< ParticleObservables::Map< T > >
 

Namespaces

namespace  Observables
 

Typedefs

using Observables::ParticleReferenceRange = std::vector< std::reference_wrapper< Particle const > >