OpenVDB
12.0.0
|
Compute the divergence of a vector grid. More...
#include <openvdb/tools/GridOperators.h>
Classes | |
struct | Functor |
Public Types | |
typedef InGridT | InGridType |
typedef VectorToScalarConverter< InGridT >::Type | OutGridType |
Public Member Functions | |
Divergence (const InGridT &grid, InterruptT *interrupt=nullptr) | |
Divergence (const InGridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr) | |
OutGridType::Ptr | process (bool threaded=true) |
Protected Attributes | |
const InGridType & | mInputGrid |
InterruptT * | mInterrupt |
const MaskGridType * | mMask |
Compute the divergence of a vector grid.
typedef InGridT InGridType |
typedef VectorToScalarConverter<InGridT>::Type OutGridType |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |