OpenVDB
3.2.0
|
Functor for use with LeafManager::foreach() to populate a sparse Laplacian matrix. More...
#include <PoissonSolver.h>
Public Types | |
typedef BoolTreeType::template ValueConverter< VIndex >::Type | VIdxTreeT |
typedef VIdxTreeT::LeafNodeType | VIdxLeafT |
typedef LaplacianMatrix::ValueType | ValueT |
typedef math::pcg::Vector< ValueT > | VectorT |
Public Member Functions | |
ISLaplacianOp (LaplacianMatrix &m, const VIdxTreeT &idx, const BoolTreeType &mask, const BoundaryOp &op, VectorT &src) | |
void | operator() (const VIdxLeafT &idxLeaf, size_t) const |
Public Attributes | |
LaplacianMatrix * | laplacian |
const VIdxTreeT * | idxTree |
const BoolTreeType * | interiorMask |
const BoundaryOp | boundaryOp |
VectorT * | source |
Functor for use with LeafManager::foreach() to populate a sparse Laplacian matrix.
typedef LaplacianMatrix::ValueType ValueT |
typedef math::pcg::Vector<ValueT> VectorT |
typedef VIdxTreeT::LeafNodeType VIdxLeafT |
|
inline |
|
inline |
const BoundaryOp boundaryOp |
const VIdxTreeT* idxTree |
const BoolTreeType* interiorMask |
LaplacianMatrix* laplacian |
VectorT* source |