HART  0.2.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
MetricQuery< ValueType > Member List

This is the complete list of members for MetricQuery< ValueType >, including all inherited members.

as(Unit requestedUnit) constMetricQuery< ValueType >inline
at(Slice slice) constMetricQuery< ValueType >inline
ch(size_t channel) constMetricQuery< ValueType >inline
ch(std::initializer_list< size_t > channels) constMetricQuery< ValueType >inline
ch(std::initializer_list< std::pair< size_t, size_t > > channels) constMetricQuery< ValueType >inline
ch(const ChannelFlags &channelFlags) constMetricQuery< ValueType >inline
ChannelPairMetricEvaluator typedefMetricQuery< ValueType >
get(ReducerType reducer) const -> ReducerResultType< ReducerType, typename std::vector< ValueType >::const_iterator >MetricQuery< ValueType >inline
get() constMetricQuery< ValueType >inline
MetricQuery(SingleChannelMetricEvaluator evaluator, size_t totalNumChannels, std::vector< size_t > &&defaultChannelsToProcess)MetricQuery< ValueType >inline
MetricQuery(ChannelPairMetricEvaluator evaluator, size_t totalNumChannelsA, size_t totalNumChannelsB, std::vector< std::pair< size_t, size_t > > &&defaultChannelPairsToProcess)MetricQuery< ValueType >inline
operator ValueType() constMetricQuery< ValueType >inline
SingleChannelMetricEvaluator typedefMetricQuery< ValueType >