OpenVDB
9.0.1
|
This class will serialize an OpenVDB grid into a NanoVDB grid managed by a GridHandle. More...
#include <nanovdb/util/NanoToOpenVDB.h>
Public Member Functions | |
NanoToOpenVDB () | |
Construction from an existing const OpenVDB Grid. More... | |
DstGridT::Ptr | operator() (const NanoGrid< ValueType > &grid, int verbose=0) |
Return a shared pointer to a NanoVDB grid constructed from the specified OpenVDB grid. More... | |
This class will serialize an OpenVDB grid into a NanoVDB grid managed by a GridHandle.
|
inline |
Construction from an existing const OpenVDB Grid.
NanoToOpenVDB< T >::DstGridT::Ptr operator() | ( | const NanoGrid< ValueType > & | grid, |
int | verbose = 0 |
||
) |
Return a shared pointer to a NanoVDB grid constructed from the specified OpenVDB grid.