|
HDK
|
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) |
Allows for the construction of NanoVDB grids without any dependency.
Definition at line 454 of file GridStats.h.
|
default |
| void nanovdb::GridStats< GridT, StatsT >::operator() | ( | GridT & | grid, |
| ValueT | delta = ValueT(0) |
||
| ) |
Definition at line 518 of file GridStats.h.
| GridStats<GridT, StatsT>::NodeStats nanovdb::GridStats< GridT, StatsT >::process | ( | NodeT & | node | ) |
Definition at line 641 of file GridStats.h.