HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::MeanCurvature< 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::MeanCurvature< GridT, MaskGridType, InterruptT >::Functor

Definition at line 780 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::MeanCurvature< GridT, MaskGridType, InterruptT >::Functor::Functor ( const GridT &  grid,
const MaskGridType *  mask,
bool  threaded,
InterruptT *  interrupt 
)
inline

Definition at line 782 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::MeanCurvature< GridT, MaskGridType, InterruptT >::Functor::operator() ( const MapT &  map)
inline

Definition at line 786 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::MeanCurvature< GridT, MaskGridType, InterruptT >::Functor::mInputGrid

Definition at line 795 of file GridOperators.h.

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

Definition at line 797 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::MeanCurvature< GridT, MaskGridType, InterruptT >::Functor::mMask

Definition at line 798 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::MeanCurvature< GridT, MaskGridType, InterruptT >::Functor::mOutputGrid

Definition at line 796 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::MeanCurvature< GridT, MaskGridType, InterruptT >::Functor::mThreaded

Definition at line 794 of file GridOperators.h.


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