OpenVDB
9.0.1
|
Internal functions for compressed read/write of a NanoVDB GridHandle into a stream. More...
Functions | |
template<typename BufferT > | |
static fileSize_t | write (std::ostream &os, const GridHandle< BufferT > &handle, Codec codec) |
template<typename BufferT > | |
static void | read (std::istream &is, GridHandle< BufferT > &handle, Codec codec) |
Variables | |
static constexpr fileSize_t | MAX_SIZE = 1UL << 30 |
Internal functions for compressed read/write of a NanoVDB GridHandle into a stream.
|
static |
|
static |
|
static |