OpenVDB
12.0.0
|
#include <openvdb/tools/GridOperators.h>
Public Member Functions | |
Functor (const InGridT &grid, const MaskGridType *mask, bool threaded, InterruptT *interrupt) | |
template<typename MapT > | |
void | operator() (const MapT &map) |
Public Attributes | |
const bool | mThreaded |
const InGridType & | mInputGrid |
OutGridType::Ptr | mOutputGrid |
InterruptT * | mInterrupt |
const MaskGridType * | mMask |
|
inline |
|
inline |
const InGridType& mInputGrid |
InterruptT* mInterrupt |
const MaskGridType* mMask |
OutGridType::Ptr mOutputGrid |
const bool mThreaded |