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

#include <GridStats.h>

Public Member Functions

 NodeStats ()
 
NodeStatsadd (const NodeStats &other)
 

Public Attributes

StatsT stats
 
CoordBBox bbox
 

Detailed Description

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

Definition at line 499 of file GridStats.h.

Constructor & Destructor Documentation

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

Definition at line 504 of file GridStats.h.

Member Function Documentation

template<typename GridT, typename StatsT = Stats<typename GridT::ValueType>>
NodeStats& nanovdb::GridStats< GridT, StatsT >::NodeStats::add ( const NodeStats other)
inline

Definition at line 506 of file GridStats.h.

Member Data Documentation

template<typename GridT, typename StatsT = Stats<typename GridT::ValueType>>
CoordBBox nanovdb::GridStats< GridT, StatsT >::NodeStats::bbox

Definition at line 502 of file GridStats.h.

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

Definition at line 501 of file GridStats.h.


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