OpenVDB 9.0.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
NoopStats< ValueT > Struct Template Reference

No-op Stats class. More...

#include <nanovdb/util/GridStats.h>

Public Types

using ValueType = ValueT
 

Public Member Functions

 NoopStats ()
 
 NoopStats (const ValueT &)
 
NoopStatsadd (const ValueT &)
 
NoopStatsadd (const ValueT &, uint64_t)
 
NoopStatsadd (const NoopStats &)
 

Static Public Member Functions

static constexpr size_t size ()
 
static constexpr bool hasMinMax ()
 
static constexpr bool hasAverage ()
 
static constexpr bool hasStdDeviation ()
 

Detailed Description

template<typename ValueT>
struct nanovdb::NoopStats< ValueT >

No-op Stats class.

Member Typedef Documentation

◆ ValueType

using ValueType = ValueT

Constructor & Destructor Documentation

◆ NoopStats() [1/2]

NoopStats ( )
inline

◆ NoopStats() [2/2]

NoopStats ( const ValueT &  )
inline

Member Function Documentation

◆ add() [1/3]

NoopStats & add ( const NoopStats< ValueT > &  )
inline

◆ add() [2/3]

NoopStats & add ( const ValueT &  )
inline

◆ add() [3/3]

NoopStats & add ( const ValueT &  ,
uint64_t   
)
inline

◆ hasAverage()

static constexpr bool hasAverage ( )
inlinestaticconstexpr

◆ hasMinMax()

static constexpr bool hasMinMax ( )
inlinestaticconstexpr

◆ hasStdDeviation()

static constexpr bool hasStdDeviation ( )
inlinestaticconstexpr

◆ size()

static constexpr size_t size ( )
inlinestaticconstexpr