|
OpenVDB
5.1.0
|
Functor for use with LeafManager::foreach() to populate a tree with values from a vector. More...
#include <PoissonSolver.h>
Public Types | |
| using | OutTreeT = typename VIndexTreeType::template ValueConverter< TreeValueType >::Type |
| using | OutLeafT = typename OutTreeT::LeafNodeType |
| using | VIdxLeafT = typename VIndexTreeType::LeafNodeType |
| using | VectorT = typename math::pcg::Vector< VectorValueType > |
Public Member Functions | |
| CopyFromVecOp (const VectorT &v, OutTreeT &t) | |
| void | operator() (const VIdxLeafT &idxLeaf, size_t) const |
Public Attributes | |
| const VectorT * | vector |
| OutTreeT * | tree |
Functor for use with LeafManager::foreach() to populate a tree with values from a vector.
| using OutLeafT = typename OutTreeT::LeafNodeType |
| using OutTreeT = typename VIndexTreeType::template ValueConverter<TreeValueType>::Type |
| using VectorT = typename math::pcg::Vector<VectorValueType> |
| using VIdxLeafT = typename VIndexTreeType::LeafNodeType |
|
inline |
|
inline |
| OutTreeT* tree |
| const VectorT* vector |
1.8.11