OpenVDB  6.0.0
Public Member Functions | Public Attributes | List of all members
Divergence< InGridT, MaskGridType, InterruptT >::Functor< DiffScheme > Struct Template Reference

#include <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 InGridTypemInputGrid
 
OutGridType::Ptr mOutputGrid
 
InterruptT * mInterrupt
 
const MaskGridType * mMask
 

Constructor & Destructor Documentation

◆ Functor()

Functor ( const InGridT &  grid,
const MaskGridType *  mask,
bool  threaded,
InterruptT *  interrupt 
)
inline

Member Function Documentation

◆ operator()()

void operator() ( const MapT &  map)
inline

Member Data Documentation

◆ mInputGrid

const InGridType& mInputGrid

◆ mInterrupt

InterruptT* mInterrupt

◆ mMask

const MaskGridType* mMask

◆ mOutputGrid

OutGridType::Ptr mOutputGrid

◆ mThreaded

const bool mThreaded

The documentation for this struct was generated from the following file: