Partial specialization for non-floating-point types (no float to half quantization)
More...
#include <openvdb/io/Compression.h>
|
static size_t | writeSize (const T *data, Index count, uint32_t compression) |
|
static void | write (std::ostream &os, const T *data, Index count, uint32_t compression) |
|
template<typename T>
struct openvdb::v12_0::io::HalfWriter< false, T >
Partial specialization for non-floating-point types (no float to half quantization)
static void write |
( |
std::ostream & |
os, |
|
|
const T * |
data, |
|
|
Index |
count, |
|
|
uint32_t |
compression |
|
) |
| |
|
inlinestatic |
static size_t writeSize |
( |
const T * |
data, |
|
|
Index |
count, |
|
|
uint32_t |
compression |
|
) |
| |
|
inlinestatic |