#include <AttributeArray.h>
|
template<typename StorageType , typename ValueType > |
static void | decode (const StorageType &, ValueType &) |
|
template<typename StorageType , typename ValueType > |
static void | encode (const ValueType &, StorageType &) |
|
static const char * | name () |
|
Definition at line 480 of file AttributeArray.h.
template<typename StorageType , typename ValueType >
void openvdb::OPENVDB_VERSION_NAME::points::TruncateCodec::decode |
( |
const StorageType & |
data, |
|
|
ValueType & |
val |
|
) |
| |
|
inlinestatic |
template<typename StorageType , typename ValueType >
void openvdb::OPENVDB_VERSION_NAME::points::TruncateCodec::encode |
( |
const ValueType & |
val, |
|
|
StorageType & |
data |
|
) |
| |
|
inlinestatic |
static const char* openvdb::OPENVDB_VERSION_NAME::points::TruncateCodec::name |
( |
void |
| ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: