OpenVDB
0.104.0
|
#include <LeafNode.h>
Public Member Functions | |
Buffer () | |
Buffer (const ValueType &val) | |
Buffer (const Buffer &other) | |
~Buffer () | |
void | fill (const ValueType &val) |
const ValueType & | getValue (Index i) const |
void | setValue (Index i, const ValueType &val) |
const ValueType & | operator[] (Index i) const |
Buffer & | operator= (const Buffer &other) |
bool | operator== (const Buffer &other) const |
bool | operator!= (const Buffer &other) const |
void | swap (Buffer &other) |
Static Public Member Functions | |
static Index | memUsage () |
static Index | size () |
Friends | |
class | ::TestLeaf |
class | LeafNode |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
friend |
|
friend |