class vtb::core::Statistics_base
Derived classes
Types
  • using size_type = std::size_t
Enumerations
  • enum Record
Methods
  • columns() -> std::vector< std::string >
  • write_header(std::ostream & out) -> void
  • size() -> constexpr size_type
template <class T>
class vtb::core::Statistics
Base classes
Types
  • using wave_statistics_vector = Wave_statistics_vector< T, 3 >
  • using shape2 = blitz::TinyVector< int, 2 >
  • using grid1 = Grid< T, 1 >
  • using array2 = blitz::Array< T, 2 >
  • using array1 = blitz::Array< T, 1 >
  • using const_reference = const time_series &
  • using reference = time_series &
  • using const_pointer = const time_series *
  • using pointer = time_series *
  • using size_type = typename time_series::size_type
  • using time_series = Circular_buffer< T >
Methods