OpenVDB  9.0.1
Classes | Public Member Functions | List of all members
GridStats< GridT, StatsT > Class Template Reference

Allows for the construction of NanoVDB grids without any dependecy. More...

#include <nanovdb/util/GridStats.h>

Classes

struct  NodeStats
 

Public Member Functions

 GridStats ()=default
 
void operator() (GridT &grid, ValueT delta=ValueT(0))
 

Detailed Description

template<typename GridT, typename StatsT = Stats<typename GridT::ValueType>>
class nanovdb::GridStats< GridT, StatsT >

Allows for the construction of NanoVDB grids without any dependecy.

Constructor & Destructor Documentation

GridStats ( )
default

Member Function Documentation

void operator() ( GridT &  grid,
ValueT  delta = ValueT(0) 
)