HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor Struct Reference

#include <GridOperators.h>

Public Member Functions

 Functor (const GridT &grid, const MaskGridType *mask, bool threaded, InterruptT *interrupt)
 
template<typename MapT >
void operator() (const MapT &map)
 

Public Attributes

const bool mThreaded
 
const GridT & mInputGrid
 
GridT::Ptr mOutputGrid
 
InterruptT * mInterrupt
 
const MaskGridType * mMask
 

Detailed Description

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
struct openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor

Definition at line 721 of file GridOperators.h.

Constructor & Destructor Documentation

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor::Functor ( const GridT &  grid,
const MaskGridType *  mask,
bool  threaded,
InterruptT *  interrupt 
)
inline

Definition at line 723 of file GridOperators.h.

Member Function Documentation

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
template<typename MapT >
void openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor::operator() ( const MapT &  map)
inline

Definition at line 727 of file GridOperators.h.

Member Data Documentation

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
const GridT& openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor::mInputGrid

Definition at line 736 of file GridOperators.h.

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
InterruptT* openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor::mInterrupt

Definition at line 738 of file GridOperators.h.

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
const MaskGridType* openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor::mMask

Definition at line 739 of file GridOperators.h.

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
GridT::Ptr openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor::mOutputGrid

Definition at line 737 of file GridOperators.h.

template<typename GridT, typename MaskGridType = typename gridop::ToMaskGrid<GridT>::Type, typename InterruptT = util::NullInterrupter>
const bool openvdb::OPENVDB_VERSION_NAME::tools::Laplacian< GridT, MaskGridType, InterruptT >::Functor::mThreaded

Definition at line 735 of file GridOperators.h.


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