OpenVDB 12.0.0
Loading...
Searching...
No Matches
LeafData< ValueMask, CoordT, MaskT, LOG2DIM > Struct Template Reference

#include </private/tmp/openvdb-20241101-6943-enag0s/openvdb-12.0.0/nanovdb/nanovdb/NanoVDB.h>

Public Types

using ValueType = bool
 
using BuildType = ValueMask
 
using FloatType = bool
 
using ArrayType = void
 

Public Member Functions

__hostdev__ bool getValue (uint32_t i) const
 
__hostdev__ bool getMin () const
 
__hostdev__ bool getMax () const
 
__hostdev__ bool getAvg () const
 
__hostdev__ bool getDev () const
 
__hostdev__ void setValue (uint32_t offset, bool)
 
__hostdev__ void setOn (uint32_t offset)
 
__hostdev__ void setMin (const ValueType &)
 
__hostdev__ void setMax (const ValueType &)
 
__hostdev__ void setAvg (const FloatType &)
 
__hostdev__ void setDev (const FloatType &)
 
template<typename T >
__hostdev__ void setOrigin (const T &ijk)
 
 LeafData ()=delete
 This class cannot be constructed or deleted.
 
 LeafData (const LeafData &)=delete
 
LeafDataoperator= (const LeafData &)=delete
 
 ~LeafData ()=delete
 

Static Public Member Functions

static __hostdev__ uint64_t memUsage ()
 
static __hostdev__ bool hasStats ()
 
static __hostdev__ constexpr uint32_t padding ()
 

Public Attributes

CoordT mBBoxMin
 
uint8_t mBBoxDif [3]
 
uint8_t mFlags
 
MaskT< LOG2DIM > mValueMask
 
uint64_t mPadding [2]
 

Static Public Attributes

static constexpr bool FIXED_SIZE = true
 

Member Typedef Documentation

◆ ArrayType

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
using ArrayType = void

◆ BuildType

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
using BuildType = ValueMask

◆ FloatType

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
using FloatType = bool

◆ ValueType

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
using ValueType = bool

Constructor & Destructor Documentation

◆ LeafData() [1/2]

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
LeafData ( )
delete

This class cannot be constructed or deleted.

◆ LeafData() [2/2]

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
LeafData ( const LeafData< ValueMask, CoordT, MaskT, LOG2DIM > & )
delete

◆ ~LeafData()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
~LeafData ( )
delete

Member Function Documentation

◆ getAvg()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ bool getAvg ( ) const
inline

◆ getDev()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ bool getDev ( ) const
inline

◆ getMax()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ bool getMax ( ) const
inline

◆ getMin()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ bool getMin ( ) const
inline

◆ getValue()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ bool getValue ( uint32_t i) const
inline

◆ hasStats()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
static __hostdev__ bool hasStats ( )
inlinestatic

◆ memUsage()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
static __hostdev__ uint64_t memUsage ( )
inlinestatic

◆ operator=()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
LeafData & operator= ( const LeafData< ValueMask, CoordT, MaskT, LOG2DIM > & )
delete

◆ padding()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
static __hostdev__ constexpr uint32_t padding ( )
inlinestaticconstexpr

◆ setAvg()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ void setAvg ( const FloatType & )
inline

◆ setDev()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ void setDev ( const FloatType & )
inline

◆ setMax()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ void setMax ( const ValueType & )
inline

◆ setMin()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ void setMin ( const ValueType & )
inline

◆ setOn()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ void setOn ( uint32_t offset)
inline

◆ setOrigin()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
template<typename T >
__hostdev__ void setOrigin ( const T & ijk)
inline

◆ setValue()

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
__hostdev__ void setValue ( uint32_t offset,
bool  )
inline

Member Data Documentation

◆ FIXED_SIZE

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
bool FIXED_SIZE = true
staticconstexpr

◆ mBBoxDif

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
uint8_t mBBoxDif[3]

◆ mBBoxMin

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
CoordT mBBoxMin

◆ mFlags

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
uint8_t mFlags

◆ mPadding

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
uint64_t mPadding[2]

◆ mValueMask

template<typename CoordT , template< uint32_t > class MaskT, uint32_t LOG2DIM>
MaskT<LOG2DIM> mValueMask