OpenVDB 11.0.0
Loading...
Searching...
No Matches
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

◆ ValueType

template<bool Truncate>
using ValueType = Index

Member Function Documentation

◆ decode()

template<bool Truncate>
template<typename StorageType >
void decode ( const StorageType & data,
ValueType & val )
inlinestatic

◆ encode()

template<bool Truncate>
template<typename StorageType >
void encode ( const ValueType & val,
StorageType & data )
inlinestatic

◆ name()

template<bool Truncate>
static const char * name ( )
inlinestatic