OpenVDB 11.0.0
|
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, uint32_t n) |
template<typename BufferT > | |
static void | read (std::istream &is, BufferT &buffer, Codec codec) |
static void | read (std::istream &is, char *data, fileSize_t size, 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 |
|
staticconstexpr |