|
OpenVDB
0.104.0
|
Computes the Divergence of a scalar 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) | |
| virtual | ~Divergence () |
| OutGridType::Ptr | process (bool threaded=true) |
Protected Attributes | |
| const InGridType & | mInputGrid |
Computes the Divergence of a scalar grid.
| typedef InGridT InGridType |
| typedef VectorToScalarConverter<InGridT>::Type OutGridType |
|
inline |
|
inlinevirtual |
|
inline |
|
protected |
1.8.3.1