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

#include <GridOperators.h>

Classes

struct  Functor
 

Public Types

typedef GridT InGridType
 
typedef GridT OutGridType
 

Public Member Functions

 Laplacian (const GridT &grid, InterruptT *interrupt=nullptr)
 
 Laplacian (const GridT &grid, const MaskGridType &mask, InterruptT *interrupt=nullptr)
 
GridT::Ptr process (bool threaded=true)
 

Protected Attributes

const GridT & mInputGrid
 
InterruptT * mInterrupt
 
const MaskGridType * mMask
 

Detailed Description

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

Definition at line 696 of file GridOperators.h.

Member Typedef Documentation

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

Definition at line 699 of file GridOperators.h.

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

Definition at line 700 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 >::Laplacian ( const GridT &  grid,
InterruptT *  interrupt = nullptr 
)
inline

Definition at line 702 of file GridOperators.h.

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

Definition at line 707 of file GridOperators.h.

Member Function Documentation

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 >::process ( bool  threaded = true)
inline

Definition at line 712 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 >::mInputGrid
protected

Definition at line 742 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 >::mInterrupt
protected

Definition at line 743 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 >::mMask
protected

Definition at line 744 of file GridOperators.h.


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