OpenVDB
12.0.0
|
This class allows for sequential access to nodes in a NanoVDB tree on both the host and device. More...
Go to the source code of this file.
Classes | |
class | NodeManager< BuildT > |
NodeManager allows for sequential access to nodes. More... | |
class | NodeManagerHandle< BufferT > |
NodeManagerHandle manages the memory of a NodeManager. More... | |
struct | NodeManagerData |
class | NodeManagerHandle< BufferT > |
NodeManagerHandle manages the memory of a NodeManager. More... | |
class | NodeManager< BuildT > |
NodeManager allows for sequential access to nodes. More... | |
Namespaces | |
nanovdb | |
Functions | |
template<typename BuildT , typename BufferT = HostBuffer> | |
NodeManagerHandle< BufferT > | createNodeManager (const NanoGrid< BuildT > &grid, const BufferT &buffer=BufferT()) |
brief Construct a NodeManager and return its handle More... | |
This class allows for sequential access to nodes in a NanoVDB tree on both the host and device.
The ordering of the sequential access to nodes is always breadth-first!