HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::io::HalfReader< false, T > Struct Template Reference

Partial specialization for non-floating-point types (no half to float promotion) More...

#include <Compression.h>

Static Public Member Functions

static void read (std::istream &is, T *data, Index count, uint32_t compression, DelayedLoadMetadata *metadata=nullptr, size_t metadataOffset=size_t(0))
 

Detailed Description

template<typename T>
struct openvdb::OPENVDB_VERSION_NAME::io::HalfReader< false, T >

Partial specialization for non-floating-point types (no half to float promotion)

Definition at line 295 of file Compression.h.

Member Function Documentation

template<typename T >
static void openvdb::OPENVDB_VERSION_NAME::io::HalfReader< false, T >::read ( std::istream &  is,
T *  data,
Index  count,
uint32_t  compression,
DelayedLoadMetadata metadata = nullptr,
size_t  metadataOffset = size_t(0) 
)
inlinestatic

Definition at line 296 of file Compression.h.


The documentation for this struct was generated from the following file: