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