Template specialization of Extrema on scalar value types, i.e. rank = 0.
More...
#include <nanovdb/util/GridStats.h>
Inherited by Stats< ValueT, 0 >.
template<typename ValueT>
class nanovdb::Extrema< ValueT, 0 >
Template specialization of Extrema on scalar value types, i.e. rank = 0.
Extrema |
( |
const ValueT & |
a, |
|
|
const ValueT & |
b |
|
) |
| |
|
inline |
Extrema& add |
( |
const ValueT & |
v, |
|
|
uint64_t |
|
|
) |
| |
|
inline |
static constexpr bool hasAverage |
( |
| ) |
|
|
inlinestatic |
static constexpr bool hasMinMax |
( |
| ) |
|
|
inlinestatic |
static constexpr bool hasStdDeviation |
( |
| ) |
|
|
inlinestatic |
const ValueT& max |
( |
| ) |
const |
|
inline |
const ValueT& min |
( |
| ) |
const |
|
inline |
static constexpr size_t size |
( |
| ) |
|
|
inlinestatic |