OpenVDB  9.0.1
Classes | Namespaces | Functions
NodeManager.h File Reference
#include "../NanoVDB.h"
#include "Invoke.h"

Go to the source code of this file.

Classes

class  NodeManager< GridT >
 NodeNanager maintains separate linear arrays of the three nodes types. More...
 
class  LeafManager< GridT >
 LeafNanager maintains a linear array of leaf nodes. More...
 
class  NodeManager< GridT >
 NodeNanager maintains separate linear arrays of the three nodes types. More...
 
class  LeafManager< GridT >
 LeafNanager maintains a linear array of leaf nodes. More...
 

Namespaces

 nanovdb
 

Functions

template<typename GridT >
NodeManager< GridT > createNodeMgr (GridT &grid)
 creates a NodeManager from a grid. Move semantics is used. More...
 
template<typename GridT >
LeafManager< GridT > createLeafMgr (GridT &grid)
 creates a LeafManager from a grid. Move semantics is used. More...