OpenVDB  11.0.0
Public Member Functions | Public Attributes | List of all members
InternalNode< ChildT >::Tile Struct Reference

#include <nanovdb/util/GridBuilder.h>

Public Member Functions

 Tile (ChildT *c=nullptr)
 
 Tile (const ValueType &v)
 

Public Attributes

union {
   ChildT *   child
 
   ValueType   value
 
}; 
 

Constructor & Destructor Documentation

Tile ( ChildT *  c = nullptr)
inline
Tile ( const ValueType v)
inline

Member Data Documentation

union { ... }
ChildT* child
ValueType value