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

#include <openvdb/points/AttributeArray.h>

Classes

struct  Storage
 

Static Public Member Functions

template<typename StorageType , typename ValueType >
static void decode (const StorageType &, ValueType &)
 
template<typename StorageType , typename ValueType >
static void encode (const ValueType &, StorageType &)
 
static const char * name ()
 

Member Function Documentation

void decode ( const StorageType &  data,
ValueType &  val 
)
inlinestatic
void encode ( const ValueType &  val,
StorageType &  data 
)
inlinestatic
static const char* name ( )
inlinestatic