#include <DenseSparseTools.h>
|
| template<typename LeafT1 , typename LeafT2 > |
| static void | compositeFromLeaf (DenseT &dense, const openvdb::math::CoordBBox &bbox, const LeafT1 &source, const LeafT2 &alpha, const ValueT beta, const ValueT strength) |
| |
| static void | compositeFromTile (DenseT &dense, openvdb::math::CoordBBox &bbox, const ValueT &sourceValue, const ValueT &alphaValue, const ValueT &beta, const ValueT &strength, bool threaded) |
| |
| typedef TreeT::template ValueConverter<bool>::Type BoolTreeT |
| typedef openvdb::math::Coord::ValueType Index |
| typedef TreeT::LeafNodeType LeafT |
| typedef TreeT::ValueType ValueT |
| static void compositeFromLeaf |
( |
DenseT & |
dense, |
|
|
const openvdb::math::CoordBBox & |
bbox, |
|
|
const LeafT1 & |
source, |
|
|
const LeafT2 & |
alpha, |
|
|
const ValueT |
beta, |
|
|
const ValueT |
strength |
|
) |
| |
|
inlinestatic |
| static void compositeFromTile |
( |
DenseT & |
dense, |
|
|
openvdb::math::CoordBBox & |
bbox, |
|
|
const ValueT & |
sourceValue, |
|
|
const ValueT & |
alphaValue, |
|
|
const ValueT & |
beta, |
|
|
const ValueT & |
strength, |
|
|
bool |
threaded |
|
) |
| |
|
inlinestatic |
| void denseComposite |
( |
bool |
threaded | ) |
|
|
inline |
| void operator() |
( |
const BoolLeafT & |
boolLeaf, |
|
|
size_t |
|
|
) |
| const |
|
inline |
| void operator() |
( |
const Range3d & |
range | ) |
const |
|
inline |
| void sparseComposite |
( |
bool |
threaded | ) |
|
|
inline |
The documentation for this class was generated from the following file: