OpenVDB  3.2.0
Public Types | Static Public Member Functions | List of all members
LeafManagerImpl< ManagerT > Struct Template Reference

#include <LeafManager.h>

Public Types

typedef ManagerT::RangeType RangeT
 
typedef ManagerT::LeafType LeafT
 
typedef ManagerT::BufferType BufT
 

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::v3_2_0::tree::LeafManagerImpl< ManagerT >

This helper class implements LeafManager methods that need to be specialized for const vs. non-const trees.

Member Typedef Documentation

§ BufT

typedef ManagerT::BufferType BufT

§ LeafT

typedef ManagerT::LeafType LeafT

§ RangeT

typedef ManagerT::RangeType RangeT

Member Function Documentation

§ doSwapLeafBuffer()

static void doSwapLeafBuffer ( const RangeT r,
size_t  auxBufferIdx,
LeafT **  leafs,
BufT bufs,
size_t  bufsPerLeaf 
)
inlinestatic

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