OpenVDB 9.0.0
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() [1/2]

Tile ( ChildT *  c = nullptr)
inline

◆ Tile() [2/2]

Tile ( const ValueT &  v,
bool  s 
)
inline

Member Data Documentation

◆ child

ChildT* child

◆ state

bool state

◆ value

ValueT value