OpenVDB  9.0.1
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
GridBuilder< ValueT, BuildT, StatsT >:: BuildLeaf Struct Reference

#include <nanovdb/util/GridBuilder.h>

Public Types

using ValueType = ValueT
 
using BuildType = BuildT
 
using NodeMaskType = Mask< LOG2DIM >
 
using NanoLeafT = typename NanoNode< BuildT, 0 >::Type
 

Public Member Functions

 BuildLeaf (const Coord &ijk, const ValueT &value, bool state)
 
 BuildLeaf (const BuildLeaf &)=delete
 
 BuildLeaf (BuildLeaf &&)=delete
 
BuildLeaf & operator= (const BuildLeaf &)=delete
 
BuildLeaf & operator= (BuildLeaf &&)=delete
 
 ~BuildLeaf ()=default
 
void localToGlobalCoord (Coord &ijk) const
 
Coord offsetToGlobalCoord (uint32_t n) const
 
template<typename AccT >
bool isActiveAndCache (const Coord &ijk, const AccT &) const
 
ValueT getFirstValue () const
 
ValueT getLastValue () const
 
const ValueT & getValue (const Coord &ijk) const
 
template<typename AccT >
const ValueT & getValueAndCache (const Coord &ijk, const AccT &) const
 
template<typename AccT >
void setValueAndCache (const Coord &ijk, const ValueT &value, const AccT &)
 
void setValue (const Coord &ijk, const ValueT &value)
 
template<typename NodeT >
void getNodes (std::vector< NodeT * > &)
 
template<typename NodeT >
void addNode (NodeT *&)
 
template<typename NodeT >
uint32_t nodeCount () const
 
template<typename T >
std::enable_if< std::is_floating_point< T >::value >::type signedFloodFill (T outside)
 
template<typename T >
std::enable_if<!std::is_floating_point< T >::value >::type signedFloodFill (T)
 

Static Public Member Functions

static uint32_t CoordToOffset (const Coord &ijk)
 Return the linear offset corresponding to the given coordinate. More...
 
static Coord OffsetToLocalCoord (uint32_t n)
 

Public Attributes

Coord mOrigin
 
Mask< LOG2DIM > mValueMask
 
ValueT mValues [SIZE]
 
union nanovdb::GridBuilder< ValueT, BuildT, StatsT >:: BuildLeaf:: { ... }  
 

Static Public Attributes

static constexpr uint32_t LOG2DIM = 3
 
static constexpr uint32_t TOTAL = LOG2DIM
 
static constexpr uint32_t DIM = 1u << TOTAL
 
static constexpr uint32_t SIZE = 1u << 3 * LOG2DIM
 
static constexpr int32_t MASK = DIM - 1
 
static constexpr uint32_t LEVEL = 0
 
static constexpr uint64_t NUM_VALUES = uint64_t(1) << (3 * TOTAL)
 

Member Typedef Documentation

using BuildType = BuildT
using NanoLeafT = typename NanoNode<BuildT, 0>::Type
using NodeMaskType = Mask<LOG2DIM>
using ValueType = ValueT

Constructor & Destructor Documentation

~BuildLeaf ( )
default

Member Function Documentation

void addNode ( NodeT *&  )
inline
BuildLeaf ( const Coord ijk,
const ValueT &  value,
bool  state 
)
inline
BuildLeaf ( const BuildLeaf &  )
delete
BuildLeaf ( BuildLeaf &&  )
delete
static uint32_t CoordToOffset ( const Coord ijk)
inlinestatic

Return the linear offset corresponding to the given coordinate.

ValueT getFirstValue ( ) const
inline
ValueT getLastValue ( ) const
inline
void getNodes ( std::vector< NodeT * > &  )
inline
const ValueT& getValue ( const Coord ijk) const
inline
const ValueT& getValueAndCache ( const Coord ijk,
const AccT &   
) const
inline
bool isActiveAndCache ( const Coord ijk,
const AccT &   
) const
inline
void localToGlobalCoord ( Coord ijk) const
inline
uint32_t nodeCount ( ) const
inline
Coord offsetToGlobalCoord ( uint32_t  n) const
inline
static Coord OffsetToLocalCoord ( uint32_t  n)
inlinestatic
BuildLeaf& operator= ( const BuildLeaf &  )
delete
BuildLeaf& operator= ( BuildLeaf &&  )
delete
void setValue ( const Coord ijk,
const ValueT &  value 
)
inline
void setValueAndCache ( const Coord ijk,
const ValueT &  value,
const AccT &   
)
inline
std::enable_if<std::is_floating_point<T>::value>::type signedFloodFill ( outside)
std::enable_if<!std::is_floating_point<T>::value>::type signedFloodFill ( )
inline

Member Data Documentation

union { ... }
constexpr uint32_t DIM = 1u << TOTAL
static
constexpr uint32_t LEVEL = 0
static
constexpr uint32_t LOG2DIM = 3
static
constexpr int32_t MASK = DIM - 1
static
Coord mOrigin
Mask<LOG2DIM> mValueMask
ValueT mValues[SIZE]
constexpr uint64_t NUM_VALUES = uint64_t(1) << (3 * TOTAL)
static
constexpr uint32_t SIZE = 1u << 3 * LOG2DIM
static
constexpr uint32_t TOTAL = LOG2DIM
static