#include <LeafBuffer.h>
|
static const Index | WORD_COUNT = NodeMaskType::WORD_COUNT |
|
static const Index | SIZE = 1 << 3 * Log2Dim |
|
static const bool | sOn = true |
|
static const bool | sOff = false |
|
|
template<typename , Index > |
class | LeafNode |
|
Return a pointer to the C-style array of words encoding the bits.
- Warning
- This method should only be used by experts seeking low-level optimizations.
Return a const pointer to the C-style array of words encoding the bits.
- Warning
- This method should only be used by experts seeking low-level optimizations.
const bool& getValue |
( |
Index |
i | ) |
const |
|
inline |
bool operator!= |
( |
const LeafBuffer< bool, Log2Dim > & |
other | ) |
const |
|
inline |
bool operator== |
( |
const LeafBuffer< bool, Log2Dim > & |
other | ) |
const |
|
inline |
const bool& operator[] |
( |
Index |
i | ) |
const |
|
inline |
void setValue |
( |
Index |
i, |
|
|
bool |
val |
|
) |
| |
|
inline |
const Index SIZE = 1 << 3 * Log2Dim |
|
static |
const Index WORD_COUNT = NodeMaskType::WORD_COUNT |
|
static |
The documentation for this class was generated from the following file: