OpenVDB  9.0.1
HalfReader< IsReal, T > Struct Template Reference

#include <openvdb/io/Compression.h>

Detailed Description

template<bool IsReal, typename T>
struct openvdb::v9_0::io::HalfReader< IsReal, T >

HalfReader wraps a static function, read(), that is analogous to readData(), above, except that it is partially specialized for floating-point types in order to promote 16-bit half float values to full float. A wrapper class is required because only classes, not functions, can be partially specialized.