OpenVDB  11.0.0
Classes | Static Public Member Functions | List of all members
NullCodec Struct Reference

#include <openvdb/points/AttributeArray.h>

Classes

struct  Storage
 

Static Public Member Functions

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

Member Function Documentation

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