|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
This is the complete list of members for tcspc::linear_bin_mapper< DataTypes >, including all inherited members.
| linear_bin_mapper(arg::offset< typename DataTypes::datapoint_type > offset, arg::bin_width< typename DataTypes::datapoint_type > bin_width, arg::max_bin_index< typename DataTypes::bin_index_type > max_bin_index, arg::clamp< bool > clamp=arg::clamp{false}) | tcspc::linear_bin_mapper< DataTypes > | inlineexplicit |
| n_bins() const -> std::size_t | tcspc::linear_bin_mapper< DataTypes > | inline |
| operator()(typename DataTypes::datapoint_type datapoint) const -> std::optional< typename DataTypes::bin_index_type > | tcspc::linear_bin_mapper< DataTypes > | inline |