|
libtcspc C++ API
Streaming TCSPC and time tag data processing
|
Event representing a cluster of data points binned for histogramming.
Typically the cluster represents some unit of data collection, such as a time interval or pixel.
| DataTypes | data type set specifying bin_index_type |
Public Attributes | |
| bucket< typename DataTypes::bin_index_type > | bin_indices |
| The bin indices for the datapoints in the cluster. | |
Friends | |
| auto | operator<< (std::ostream &s, bin_increment_cluster_event const &e) -> std::ostream & |
| Stream insertion operator for bin_increment_cluster_event. | |
| auto | operator== (bin_increment_cluster_event const &lhs, bin_increment_cluster_event const &rhs) noexcept -> bool=default |
| Equality comparison operator. | |