OpenVDB  11.0.0
Classes | Public Types | Static Public Member Functions | List of all members
StringCodec< Truncate > Struct Template Reference

#include <openvdb/points/AttributeArrayString.h>

Classes

struct  Storage
 

Public Types

using ValueType = Index
 

Static Public Member Functions

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

Member Typedef Documentation

using ValueType = Index

Member Function Documentation

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