HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::GridStats< GridT, StatsT > Class Template Reference

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

#include <GridStats.h>

Classes

struct  NodeStats
 

Public Member Functions

 GridStats ()=default
 
void operator() (GridT &grid, ValueT delta=ValueT(0))
 
template<typename NodeT >
GridStats< GridT, StatsT >
::NodeStats 
process (NodeT &node)
 

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 dependency.

Definition at line 454 of file GridStats.h.

Constructor & Destructor Documentation

template<typename GridT, typename StatsT = Stats<typename GridT::ValueType>>
nanovdb::GridStats< GridT, StatsT >::GridStats ( )
default

Member Function Documentation

template<typename GridT , typename StatsT >
void nanovdb::GridStats< GridT, StatsT >::operator() ( GridT &  grid,
ValueT  delta = ValueT(0) 
)

Definition at line 518 of file GridStats.h.

template<typename GridT, typename StatsT = Stats<typename GridT::ValueType>>
template<typename NodeT >
GridStats<GridT, StatsT>::NodeStats nanovdb::GridStats< GridT, StatsT >::process ( NodeT &  node)

Definition at line 641 of file GridStats.h.


The documentation for this class was generated from the following file: