Compute the curl of a vector grid.
More...
#include <GridOperators.h>
|
| Curl (const GridT &grid, InterruptT *interrupt=nullptr) |
|
| Curl (const GridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr) |
|
GridT::Ptr | process (bool threaded=true) |
|
template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
class openvdb::v8_2::tools::Curl< GridT, MaskGridType, InterruptT >
Compute the curl of a vector grid.
Curl |
( |
const GridT & |
grid, |
|
|
InterruptT * |
interrupt = nullptr |
|
) |
| |
|
inline |
Curl |
( |
const GridT & |
grid, |
|
|
const MaskGridType & |
mask, |
|
|
InterruptT * |
interrupt = nullptr |
|
) |
| |
|
inline |
GridT::Ptr process |
( |
bool |
threaded = true | ) |
|
|
inline |
The documentation for this class was generated from the following file: