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

#include <nanovdb/util/GridBuilder.h>

Public Member Functions

 Tile (ChildT *c=nullptr)
 
 Tile (const ValueType &v, bool s)
 
bool isChild () const
 
bool isValue () const
 
bool isActive () const
 

Public Attributes

ChildT * child
 
ValueType value
 
bool state
 

Constructor & Destructor Documentation

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

Member Function Documentation

bool isActive ( ) const
inline
bool isChild ( ) const
inline
bool isValue ( ) const
inline

Member Data Documentation

ChildT* child
bool state
ValueType value