ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
ParamlessObservable.hpp File Reference
+ Include dependency graph for ParamlessObservable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ScriptInterface::Observables::ParamlessObservableInterface< CoreObs >
 Cython interface for parameter-free observables. More...
 

Namespaces

namespace  ScriptInterface
 
namespace  ScriptInterface::Observables
 

Macros

#define NEW_PARAMLESS_OBSERVABLE(name)    using name = ParamlessObservableInterface<::Observables::name>;
 

Typedefs

using ScriptInterface::Observables::Energy = ParamlessObservableInterface<::Observables::Energy >
 
using ScriptInterface::Observables::Pressure = ParamlessObservableInterface<::Observables::Pressure >
 
using ScriptInterface::Observables::PressureTensor = ParamlessObservableInterface<::Observables::PressureTensor >
 
using ScriptInterface::Observables::LBFluidPressureTensor = ParamlessObservableInterface<::Observables::LBFluidPressureTensor >
 
using ScriptInterface::Observables::DPDStress = ParamlessObservableInterface<::Observables::DPDStress >
 

Macro Definition Documentation

◆ NEW_PARAMLESS_OBSERVABLE

#define NEW_PARAMLESS_OBSERVABLE (   name)     using name = ParamlessObservableInterface<::Observables::name>;

Definition at line 62 of file ParamlessObservable.hpp.