OpenVDB
4.0.2
|
Functor for use with LeafManager::foreach() to populate a tree with values from a vector. More...
#include <PoissonSolver.h>
Public Types | |
typedef VIndexTreeType::template ValueConverter< TreeValueType >::Type | OutTreeT |
typedef OutTreeT::LeafNodeType | OutLeafT |
typedef VIndexTreeType::LeafNodeType | VIdxLeafT |
typedef math::pcg::Vector< VectorValueType > | VectorT |
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.
typedef OutTreeT::LeafNodeType OutLeafT |
typedef VIndexTreeType::template ValueConverter<TreeValueType>::Type OutTreeT |
typedef math::pcg::Vector<VectorValueType> VectorT |
typedef VIndexTreeType::LeafNodeType VIdxLeafT |
|
inline |
|
inline |
OutTreeT* tree |
const VectorT* vector |