Accessor to call unsafe get and set methods based on templated Codec and Value. More...
#include <openvdb/points/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, const AttributeArray *array, const Index n) | 
| static void | set (SetterPtr, AttributeArray *array, const Index n, const ValueType &value) | 
Accessor to call unsafe get and set methods based on templated Codec and Value.
| using GetterPtr = ValueType (*)(const AttributeArray* array, const Index n) | 
| using SetterPtr = void (*)(AttributeArray* array, const Index n, const ValueType& value) | 
| 
 | inlinestatic | 
Getter that calls to TypedAttributeArray::getUnsafe()
| 
 | inlinestatic | 
Getter that calls to TypedAttributeArray::setUnsafe()