HDK
|
#include <LeafManager.h>
Public Types | |
using | RangeT = typename ManagerT::RangeType |
using | LeafT = typename ManagerT::LeafType |
using | BufT = typename ManagerT::BufferType |
Static Public Member Functions | |
static void | doSwapLeafBuffer (const RangeT &r, size_t auxBufferIdx, LeafT **leafs, BufT *bufs, size_t bufsPerLeaf) |
This helper class implements LeafManager methods that need to be specialized for const vs. non-const trees.
Definition at line 53 of file LeafManager.h.
using openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >::BufT = typename ManagerT::BufferType |
Definition at line 57 of file LeafManager.h.
using openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >::LeafT = typename ManagerT::LeafType |
Definition at line 56 of file LeafManager.h.
using openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >::RangeT = typename ManagerT::RangeType |
Definition at line 55 of file LeafManager.h.
|
inlinestatic |
Definition at line 59 of file LeafManager.h.