OpenVDB
12.0.0
|
Point-partitioner compatible STL vector attribute wrapper for convenience. More...
#include <openvdb/points/PointConversion.h>
Public Types | |
using | PosType = ValueType |
using | value_type = ValueType |
Public Member Functions | |
PointAttributeVector (const std::vector< value_type > &data, const Index stride=1) | |
size_t | size () const |
void | getPos (size_t n, ValueType &xyz) const |
void | get (ValueType &value, size_t n) const |
void | get (ValueType &value, size_t n, openvdb::Index m) const |
Point-partitioner compatible STL vector attribute wrapper for convenience.
using PosType = ValueType |
using value_type = ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |