array_index typedef | Utils::Histogram< T, N, M, U > | protected |
get_bin_sizes() const | Utils::Histogram< T, N, M, U > | inline |
get_histogram() const | Utils::Histogram< T, N, M, U > | inline |
get_limits() const | Utils::Histogram< T, N, M, U > | inline |
get_n_bins() const | Utils::Histogram< T, N, M, U > | inline |
get_tot_count() const | Utils::Histogram< T, N, M, U > | inline |
Histogram(std::array< std::size_t, M > n_bins, std::array< std::pair< U, U >, M > limits) | Utils::Histogram< T, N, M, U > | inline |
m_array | Utils::Histogram< T, N, M, U > | protected |
m_bin_sizes | Utils::Histogram< T, N, M, U > | protected |
m_count | Utils::Histogram< T, N, M, U > | protected |
m_limits | Utils::Histogram< T, N, M, U > | protected |
m_n_bins | Utils::Histogram< T, N, M, U > | protected |
m_ones | Utils::Histogram< T, N, M, U > | protected |
normalize() override | Utils::CylindricalHistogram< T, N, M, U > | inlinevirtual |
update(std::span< const U > pos) | Utils::Histogram< T, N, M, U > | inline |
update(std::span< const U > pos, std::span< const T > value) | Utils::Histogram< T, N, M, U > | inline |
~Histogram()=default | Utils::Histogram< T, N, M, U > | virtual |