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