HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT > Class Template Reference

Compute the divergence of a vector 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, InterruptT *interrupt=nullptr)
 
 Divergence (const InGridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr)
 
OutGridType::Ptr process (bool threaded=true)
 

Protected Attributes

const InGridTypemInputGrid
 
InterruptT * mInterrupt
 
const MaskGridType * mMask
 

Detailed Description

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
class openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >

Compute the divergence of a vector grid.

Definition at line 569 of file GridOperators.h.

Member Typedef Documentation

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
typedef InGridT openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::InGridType

Definition at line 572 of file GridOperators.h.

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
typedef VectorToScalarConverter<InGridT>::Type openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::OutGridType

Definition at line 573 of file GridOperators.h.

Constructor & Destructor Documentation

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::Divergence ( const InGridT &  grid,
InterruptT *  interrupt = nullptr 
)
inline

Definition at line 575 of file GridOperators.h.

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::Divergence ( const InGridT &  grid,
const MaskGridType &  mask,
InterruptT *  interrupt = nullptr 
)
inline

Definition at line 580 of file GridOperators.h.

Member Function Documentation

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
OutGridType::Ptr openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::process ( bool  threaded = true)
inline

Definition at line 585 of file GridOperators.h.

Member Data Documentation

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
const InGridType& openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::mInputGrid
protected

Definition at line 622 of file GridOperators.h.

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
InterruptT* openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::mInterrupt
protected

Definition at line 623 of file GridOperators.h.

template<typename InGridT, typename MaskGridType = typename gridop::ToMaskGrid<InGridT>::Type, typename InterruptT = util::NullInterrupter>
const MaskGridType* openvdb::OPENVDB_VERSION_NAME::tools::Divergence< InGridT, MaskGridType, InterruptT >::mMask
protected

Definition at line 624 of file GridOperators.h.


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