HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT > Struct Template Reference

#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)
 

Detailed Description

template<typename ManagerT>
struct openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >

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.

Member Typedef Documentation

template<typename ManagerT >
using openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >::BufT = typename ManagerT::BufferType

Definition at line 57 of file LeafManager.h.

template<typename ManagerT >
using openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >::LeafT = typename ManagerT::LeafType

Definition at line 56 of file LeafManager.h.

template<typename ManagerT >
using openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >::RangeT = typename ManagerT::RangeType

Definition at line 55 of file LeafManager.h.

Member Function Documentation

template<typename ManagerT >
static void openvdb::OPENVDB_VERSION_NAME::tree::LeafManagerImpl< ManagerT >::doSwapLeafBuffer ( const RangeT r,
size_t  auxBufferIdx,
LeafT **  leafs,
BufT bufs,
size_t  bufsPerLeaf 
)
inlinestatic

Definition at line 59 of file LeafManager.h.


The documentation for this struct was generated from the following file: