OpenVDB
9.0.1
|
Template specialization of Extrema on vector value types, i.e. rank = 1. More...
#include <nanovdb/util/GridStats.h>
Classes | |
struct | Pair |
Public Types | |
using | ValueType = VecT |
Public Member Functions | |
Extrema () | |
Extrema (const VecT &v) | |
Extrema (const VecT &a, const VecT &b) | |
Extrema & | operator= (const Extrema &)=default |
Extrema & | min (const VecT &v) |
Extrema & | max (const VecT &v) |
Extrema & | add (const VecT &v) |
Extrema & | add (const VecT &v, uint64_t) |
Extrema & | add (const Extrema &other) |
const VecT & | min () const |
const VecT & | max () const |
operator bool () const | |
Static Public Member Functions | |
static constexpr bool | hasMinMax () |
static constexpr bool | hasAverage () |
static constexpr bool | hasStdDeviation () |
static constexpr size_t | size () |
Protected Types | |
using | Real = typename VecT::ValueType |
Protected Member Functions | |
Extrema & | add (const Pair &p) |
Protected Attributes | |
struct nanovdb::Extrema< VecT, 1 >::Pair | mMin |
struct nanovdb::Extrema< VecT, 1 >::Pair | mMax |
Template specialization of Extrema on vector value types, i.e. rank = 1.
|
protected |
using ValueType = VecT |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
protected |
|
protected |