OpenVDB 10.0.1
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Member Functions | List of all members
GroupCodec Struct Reference

#include <openvdb/points/AttributeGroup.h>

Classes

struct  Storage
 

Public Types

using StorageType = GroupType
 
using ValueType = GroupType
 

Static Public Member Functions

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

Member Typedef Documentation

◆ StorageType

◆ ValueType

Member Function Documentation

◆ decode()

void decode ( const StorageType data,
ValueType val 
)
inlinestatic

◆ encode()

void encode ( const ValueType val,
StorageType data 
)
inlinestatic

◆ name()

static const char * name ( )
inlinestatic