Specialization for the case where a Leaf Buffer cannot be cached.
More...
#include <openvdb/tree/ValueAccessor.h>
|
constexpr TreeTypeT::ValueType * | buffer () |
|
constexpr TreeTypeT::ValueType * | buffer () const |
|
constexpr void | setBuffer (const typename TreeTypeT::ValueType *) const |
|
template<typename TreeTypeT, typename IntegerSequence>
struct openvdb::v12_0::tree::ValueAccessorLeafBuffer< TreeTypeT, IntegerSequence, typename std::enable_if< !value_accessor_internal::EnableLeafBuffer< TreeTypeT, IntegerSequence >::value >::type >
Specialization for the case where a Leaf Buffer cannot be cached.
constexpr TreeTypeT::ValueType* buffer |
( |
| ) |
|
|
inline |
constexpr TreeTypeT::ValueType* buffer |
( |
| ) |
const |
|
inline |
constexpr void setBuffer |
( |
const typename TreeTypeT::ValueType * |
| ) |
const |
|
inline |
constexpr bool BypassLeafAPI = false |
|
static |