|
OpenVDB
9.0.1
|
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... | |
1.8.11