ark::plotting::DataSeriesFilter

Defined in header “ark/plotting/data_series_store.hh”.


A filter to be applied to a data series. This limits what data we store, and what data we return.

Variables

  • double minimum_key= std::numeric_limits::lowest()
    Minimum “key” value (typically the X axis). Values less then this will be dropped.

  • double maximum_key= std::numeric_limits::max()
    Maximum “key” value (typically the X axis). Values greater than this will be dropped.