|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Bin mappers for use with tcspc::map_to_bins.
Bin mappers define the following members:
(n_bins() is provided for convenience and is not used by tcspc::map_to_bins. Thus, any invokable, such as a lambda, can be used as a bin mapper.)
Classes | |
| class | tcspc::linear_bin_mapper< DataTypes > |
| Bin mapper for linear histograms of arbitrary size. More... | |
| struct | tcspc::power_of_2_bin_mapper< NDataBits, NHistoBits, Flip, DataTypes > |
| Bin mapper that discards the least significant bits. More... | |
| class | tcspc::unique_bin_mapper< DataTypes > |
| Bin mapper that maps unique datapoints to consecutive bin indices. More... | |