HDK
|
Partial specialization when Codec is not known at compile-time to use the supplied functor instead. More...
#include <AttributeArray.h>
Public Types | |
using | GetterPtr = ValueType(*)(const AttributeArray *array, const Index n) |
using | SetterPtr = void(*)(AttributeArray *array, const Index n, const ValueType &value) |
Static Public Member Functions | |
static ValueType | get (GetterPtr functor, const AttributeArray *array, const Index n) |
Getter that calls the supplied functor. More... | |
static void | set (SetterPtr functor, AttributeArray *array, const Index n, const ValueType &value) |
Setter that calls the supplied functor. More... | |
Partial specialization when Codec is not known at compile-time to use the supplied functor instead.
Definition at line 2085 of file AttributeArray.h.
using openvdb::OPENVDB_VERSION_NAME::points::AccessorEval< UnknownCodec, ValueType >::GetterPtr = ValueType (*)(const AttributeArray* array, const Index n) |
Definition at line 2087 of file AttributeArray.h.
using openvdb::OPENVDB_VERSION_NAME::points::AccessorEval< UnknownCodec, ValueType >::SetterPtr = void (*)(AttributeArray* array, const Index n, const ValueType& value) |
Definition at line 2088 of file AttributeArray.h.
|
inlinestatic |
Getter that calls the supplied functor.
Definition at line 2091 of file AttributeArray.h.
|
inlinestatic |
Setter that calls the supplied functor.
Definition at line 2096 of file AttributeArray.h.