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

#include <nanovdb/NanoVDB.h>

Public Member Functions

template<typename CoordType >
void setChild (const CoordType &k, const void *ptr, const RootData *data)
 
template<typename CoordType , typename ValueType >
void setValue (const CoordType &k, bool s, const ValueType &v)
 
bool isChild () const
 
bool isValue () const
 
bool isActive () const
 
CoordT origin () const
 

Public Attributes

KeyT key
 
int64_t child
 
uint32_t state
 
ValueT value
 

Member Function Documentation

bool isActive ( ) const
inline
bool isChild ( ) const
inline
bool isValue ( ) const
inline
CoordT origin ( ) const
inline
void setChild ( const CoordType &  k,
const void *  ptr,
const RootData data 
)
inline
void setValue ( const CoordType &  k,
bool  s,
const ValueType &  v 
)
inline

Member Data Documentation

int64_t child
KeyT key
uint32_t state
ValueT value