OpenVDB
0.104.0
|
Simple structure of LeafNode pointers and corresponding write buffers. More...
#include <LeafArray.h>
Public Member Functions | |
BufferStruct (LeafType &_leaf) | |
Constructor initializing write buffers to the leaf's read buffer! More... | |
void | swap (Index n) |
Swap the leaf's read-buffer with the n'th write-buffer. More... | |
void | copy (Index n) |
void | sync () |
Public Attributes | |
LeafType * | leaf |
BufferType | buffer [BufferCount] |
Simple structure of LeafNode pointers and corresponding write buffers.
|
inline |
Constructor initializing write buffers to the leaf's read buffer!
|
inline |
|
inline |
Swap the leaf's read-buffer with the n'th write-buffer.
|
inline |
BufferType buffer[BufferCount] |
LeafType* leaf |