OpenVDB 11.0.0
Loading...
Searching...
No Matches
LeafNode< bool > Struct Reference

#include <nanovdb/util/GridBuilder.h>

Classes

class  ValueIterator
 Visits all values in a leaf node, i.e. both active and inactive values. More...
 
class  ValueOffIterator
 Visits all inactive values in a leaf node. More...
 
class  ValueOnIterator
 Visits all active values in a leaf node. More...
 

Public Types

using ValueType = bool
 
using BuildType = ValueMask
 
using LeafNodeType = LeafNode<BuildType>
 
using NodeMaskType = Mask<LOG2DIM>
 
template<bool ON>
using MaskIterT = typename Mask<LOG2DIM>::template Iterator<ON>
 
using NanoLeafT = typename NanoNode<BuildType, 0>::Type
 

Public Member Functions

ValueOnIterator beginValueOn ()
 
ValueOnIterator cbeginValueOn () const
 
ValueOffIterator beginValueOff ()
 
ValueOffIterator cbeginValueOff () const
 
ValueIterator beginValue ()
 
ValueIterator cbeginValueAll () const
 
 LeafNode (const Coord &ijk, bool value, bool state)
 
 LeafNode (const LeafNode &)=delete
 
 LeafNode (LeafNode &&)=delete
 
LeafNodeoperator= (const LeafNode &)=delete
 
LeafNodeoperator= (LeafNode &&)=delete
 
 ~LeafNode ()=default
 
const Mask< LOG2DIM > & valueMask () const
 
const Mask< LOG2DIM > & getValueMask () const
 
const Coordorigin () const
 
void localToGlobalCoord (Coord &ijk) const
 
Coord offsetToGlobalCoord (uint32_t n) const
 
bool getFirstValue () const
 
bool getLastValue () const
 
bool getValue (uint32_t i) const
 
bool getValue (const Coord &ijk) const
 
template<typename AccT >
bool isActiveAndCache (const Coord &ijk, const AccT &) const
 
template<typename AccT >
bool getValueAndCache (const Coord &ijk, const AccT &) const
 
template<typename AccT >
void setValueAndCache (const Coord &ijk, bool value, const AccT &)
 
template<typename AccT >
void setValueOnAndCache (const Coord &ijk, const AccT &)
 
void setValue (uint32_t n, bool value)
 
void setValue (const Coord &ijk, bool value)
 
void merge (LeafNode &other)
 

Static Public Member Functions

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

Public Attributes

Coord mOrigin
 
Mask< LOG2DIMmValueMask
 
Mask< LOG2DIMmValues
 
union nanovdb::build::LeafNode< bool >:: { ... }  
 

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 uint32_t MASK = DIM - 1
 
static constexpr uint32_t LEVEL = 0
 
static constexpr uint64_t NUM_VALUES = uint64_t(1) << (3 * TOTAL)
 

Member Typedef Documentation

◆ BuildType

◆ LeafNodeType

◆ MaskIterT

template<bool ON>
using MaskIterT = typename Mask<LOG2DIM>::template Iterator<ON>

◆ NanoLeafT

using NanoLeafT = typename NanoNode<BuildType, 0>::Type

◆ NodeMaskType

◆ ValueType

using ValueType = bool

Constructor & Destructor Documentation

◆ LeafNode() [1/3]

LeafNode ( const Coord & ijk,
bool value,
bool state )
inline

◆ LeafNode() [2/3]

LeafNode ( const LeafNode< bool > & )
delete

◆ LeafNode() [3/3]

LeafNode ( LeafNode< bool > && )
delete

◆ ~LeafNode()

~LeafNode ( )
default

Member Function Documentation

◆ beginValue()

ValueIterator beginValue ( )
inline

◆ beginValueOff()

ValueOffIterator beginValueOff ( )
inline

◆ beginValueOn()

ValueOnIterator beginValueOn ( )
inline

◆ cbeginValueAll()

ValueIterator cbeginValueAll ( ) const
inline

◆ cbeginValueOff()

ValueOffIterator cbeginValueOff ( ) const
inline

◆ cbeginValueOn()

ValueOnIterator cbeginValueOn ( ) const
inline

◆ CoordToOffset()

static uint32_t CoordToOffset ( const Coord & ijk)
inlinestatic

Return the linear offset corresponding to the given coordinate.

◆ getFirstValue()

bool getFirstValue ( ) const
inline

◆ getLastValue()

bool getLastValue ( ) const
inline

◆ getValue() [1/2]

bool getValue ( const Coord & ijk) const
inline

◆ getValue() [2/2]

bool getValue ( uint32_t i) const
inline

◆ getValueAndCache()

template<typename AccT >
bool getValueAndCache ( const Coord & ijk,
const AccT &  ) const
inline

◆ getValueMask()

const Mask< LOG2DIM > & getValueMask ( ) const
inline

◆ isActiveAndCache()

template<typename AccT >
bool isActiveAndCache ( const Coord & ijk,
const AccT &  ) const
inline

◆ localToGlobalCoord()

void localToGlobalCoord ( Coord & ijk) const
inline

◆ merge()

void merge ( LeafNode< bool > & other)
inline

◆ offsetToGlobalCoord()

Coord offsetToGlobalCoord ( uint32_t n) const
inline

◆ OffsetToLocalCoord()

static Coord OffsetToLocalCoord ( uint32_t n)
inlinestatic

◆ operator=() [1/2]

LeafNode & operator= ( const LeafNode< bool > & )
delete

◆ operator=() [2/2]

LeafNode & operator= ( LeafNode< bool > && )
delete

◆ origin()

const Coord & origin ( ) const
inline

◆ setValue() [1/2]

void setValue ( const Coord & ijk,
bool value )
inline

◆ setValue() [2/2]

void setValue ( uint32_t n,
bool value )
inline

◆ setValueAndCache()

template<typename AccT >
void setValueAndCache ( const Coord & ijk,
bool value,
const AccT &  )
inline

◆ setValueOnAndCache()

template<typename AccT >
void setValueOnAndCache ( const Coord & ijk,
const AccT &  )
inline

◆ valueMask()

const Mask< LOG2DIM > & valueMask ( ) const
inline

Member Data Documentation

◆ []

union nanovdb::build::LeafNode< bool > { ... }

◆ DIM

uint32_t DIM = 1u << TOTAL
staticconstexpr

◆ LEVEL

uint32_t LEVEL = 0
staticconstexpr

◆ LOG2DIM

uint32_t LOG2DIM = 3
staticconstexpr

◆ MASK

uint32_t MASK = DIM - 1
staticconstexpr

◆ mDstNode

NanoLeafT* mDstNode

◆ mDstOffset

uint64_t mDstOffset

◆ mOrigin

Coord mOrigin

◆ mValueMask

Mask<LOG2DIM> mValueMask

◆ mValues

Mask<LOG2DIM> mValues

◆ NUM_VALUES

uint64_t NUM_VALUES = uint64_t(1) << (3 * TOTAL)
staticconstexpr

◆ SIZE

uint32_t SIZE = 1u << 3 * LOG2DIM
staticconstexpr

◆ TOTAL

uint32_t TOTAL = LOG2DIM
staticconstexpr