HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::points::GroupCodec Struct Reference

#include <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 ()
 

Detailed Description

Definition at line 26 of file AttributeGroup.h.

Member Typedef Documentation

using openvdb::OPENVDB_VERSION_NAME::points::GroupCodec::StorageType = GroupType

Definition at line 28 of file AttributeGroup.h.

using openvdb::OPENVDB_VERSION_NAME::points::GroupCodec::ValueType = GroupType

Definition at line 29 of file AttributeGroup.h.

Member Function Documentation

void openvdb::OPENVDB_VERSION_NAME::points::GroupCodec::decode ( const StorageType data,
ValueType val 
)
inlinestatic

Definition at line 47 of file AttributeGroup.h.

void openvdb::OPENVDB_VERSION_NAME::points::GroupCodec::encode ( const ValueType val,
StorageType data 
)
inlinestatic

Definition at line 54 of file AttributeGroup.h.

static const char* openvdb::OPENVDB_VERSION_NAME::points::GroupCodec::name ( void  )
inlinestatic

Definition at line 36 of file AttributeGroup.h.


The documentation for this struct was generated from the following file: