OpenVDB  9.0.1
Classes | Public Types | Static Public Member Functions | List of all members
UnitVecCodec Struct Reference

#include <openvdb/points/AttributeArray.h>

Classes

struct  Storage
 

Public Types

using StorageType = uint16_t
 

Static Public Member Functions

template<typename T >
static void decode (const StorageType &, math::Vec3< T > &)
 
template<typename T >
static void encode (const math::Vec3< T > &, StorageType &)
 
static const char * name ()
 

Member Typedef Documentation

using StorageType = uint16_t

Member Function Documentation

void decode ( const StorageType data,
math::Vec3< T > &  val 
)
inlinestatic
void encode ( const math::Vec3< T > &  val,
StorageType data 
)
inlinestatic
static const char* name ( )
inlinestatic