OpenVDB  11.0.0
Public Member Functions | Public Attributes | List of all members
BaseStencil< DerivedType, SIZE, GridT >::Mask Struct Reference

#include <nanovdb/util/Stencils.h>

Public Member Functions

__hostdev__ Mask ()
 
__hostdev__ void set (int i)
 
__hostdev__ bool test (int i) const
 
__hostdev__ bool any () const
 
__hostdev__ bool all () const
 
__hostdev__ bool none () const
 
__hostdev__ int count () const
 

Public Attributes

uint8_t bits
 

Constructor & Destructor Documentation

__hostdev__ Mask ( )
inline

Member Function Documentation

__hostdev__ bool all ( ) const
inline
__hostdev__ bool any ( ) const
inline
__hostdev__ int count ( ) const
inline
__hostdev__ bool none ( ) const
inline
__hostdev__ void set ( int  i)
inline
__hostdev__ bool test ( int  i) const
inline

Member Data Documentation

uint8_t bits