HDK
|
Point-partitioner compatible STL vector attribute wrapper for convenience. More...
#include <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.
Definition at line 40 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::PointAttributeVector< ValueType >::PosType = ValueType |
Definition at line 42 of file PointConversion.h.
using openvdb::OPENVDB_VERSION_NAME::points::PointAttributeVector< ValueType >::value_type = ValueType |
Definition at line 43 of file PointConversion.h.
|
inline |
Definition at line 45 of file PointConversion.h.
|
inline |
Definition at line 52 of file PointConversion.h.
|
inline |
Definition at line 53 of file PointConversion.h.
|
inline |
Definition at line 51 of file PointConversion.h.
|
inline |
Definition at line 50 of file PointConversion.h.