|
OpenVDB
3.1.0
|
#include <PagedArray.h>
Public Member Functions | |
| Page () | |
| ~Page () | |
| ValueT & | operator[] (const size_t i) |
| const ValueT & | operator[] (const size_t i) const |
| void | fill (const ValueT &v) |
| ValueT * | data () |
Static Public Member Functions | |
| static size_t | memUsage () |
Static Public Attributes | |
| static const size_t | Size = 1UL << Log2PageSize |
| static const size_t | Mask = Size - 1UL |
Protected Member Functions | |
| Page (const Page &other) | |
| Page & | operator= (const Page &rhs) |
Protected Attributes | |
| ValueT * | mData |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
static |
|
protected |
|
static |
1.8.11