TransFlow
0.1.0
A transient pipeline flow simulation library
|
The PropertyToSample struct contains information about a single property from Pipeline that we are going to sample. More...
#include <sampler.hpp>
Public Member Functions | |
PropertyToSample (const std::string &label, PropertyGetter function) | |
Construct from label and a Pipeline member function pointer. More... | |
Public Attributes | |
std::string | label |
Label. | |
PropertyGetter | function |
Pipeline member function (getter) pointer. | |
The PropertyToSample struct contains information about a single property from Pipeline that we are going to sample.
PropertyGetter is a typedef for a member function pointer of Pipeline, and the label is an identifier that is also used to determine the file name.
|
inline |