Compute the closest-point transform of a scalar grid.
More...
#include <GridOperators.h>
|
| Cpt (const InGridType &grid, InterruptT *interrupt=nullptr) |
|
| Cpt (const InGridType &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr) |
|
OutGridType::Ptr | process (bool threaded=true, bool useWorldTransform=true) |
|
template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
class openvdb::v4_0_2::tools::Cpt< InGridT, MaskGridType, InterruptT >
Compute the closest-point transform of a scalar grid.
◆ InGridType
◆ OutGridType
◆ Cpt() [1/2]
Cpt |
( |
const InGridType & |
grid, |
|
|
InterruptT * |
interrupt = nullptr |
|
) |
| |
|
inline |
◆ Cpt() [2/2]
Cpt |
( |
const InGridType & |
grid, |
|
|
const MaskGridType & |
mask, |
|
|
InterruptT * |
interrupt = nullptr |
|
) |
| |
|
inline |
◆ process()
OutGridType::Ptr process |
( |
bool |
threaded = true , |
|
|
bool |
useWorldTransform = true |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: