HDK
|
Compute the divergence of a vector grid. More...
#include <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.
Definition at line 569 of file GridOperators.h.
typedef InGridT openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::InGridType |
Definition at line 572 of file GridOperators.h.
typedef VectorToScalarConverter<InGridT>::Type openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::OutGridType |
Definition at line 573 of file GridOperators.h.
|
inline |
Definition at line 575 of file GridOperators.h.
|
inline |
Definition at line 580 of file GridOperators.h.
|
inline |
Definition at line 585 of file GridOperators.h.
|
protected |
Definition at line 622 of file GridOperators.h.
|
protected |
Definition at line 623 of file GridOperators.h.
|
protected |
Definition at line 624 of file GridOperators.h.