OpenVDB  9.0.1
Public Member Functions | Public Attributes | List of all members
GridBuilder< ValueT, BuildT, StatsT >::BuildRoot< ChildT >::Tile Struct Reference

#include <nanovdb/util/GridBuilder.h>

Public Member Functions

 Tile (ChildT *c=nullptr)
 
 Tile (const ValueT &v, bool s)
 

Public Attributes

ChildT * child
 
ValueT value
 
bool state
 

Constructor & Destructor Documentation

Tile ( ChildT *  c = nullptr)
inline
Tile ( const ValueT &  v,
bool  s 
)
inline

Member Data Documentation

ChildT* child
bool state
ValueT value