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

Partial specialization for floating-point types. More...

#include <Compression.h>

Public Types

using HalfT = typename RealToHalf< T >::HalfT
 

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< true, T >

Partial specialization for floating-point types.

Definition at line 303 of file Compression.h.

Member Typedef Documentation

template<typename T >
using openvdb::OPENVDB_VERSION_NAME::io::HalfReader< true, T >::HalfT = typename RealToHalf<T>::HalfT

Definition at line 304 of file Compression.h.

Member Function Documentation

template<typename T >
static void openvdb::OPENVDB_VERSION_NAME::io::HalfReader< true, 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 305 of file Compression.h.


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