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

#include <GridOperators.h>

Classes

struct  Functor
 
struct  OpT
 

Public Types

typedef InGridT InGridType
 
typedef
VectorToScalarConverter
< InGridT >::Type 
OutGridType
 

Public Member Functions

 Magnitude (const InGridType &grid, InterruptT *interrupt=nullptr)
 
 Magnitude (const InGridType &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::Magnitude< InGridT, MaskGridType, InterruptT >

Definition at line 814 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::Magnitude< InGridT, MaskGridType, InterruptT >::InGridType

Definition at line 817 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::Magnitude< InGridT, MaskGridType, InterruptT >::OutGridType

Definition at line 818 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::Magnitude< InGridT, MaskGridType, InterruptT >::Magnitude ( const InGridType grid,
InterruptT *  interrupt = nullptr 
)
inline

Definition at line 820 of file GridOperators.h.

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

Definition at line 825 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::Magnitude< InGridT, MaskGridType, InterruptT >::process ( bool  threaded = true)
inline

Definition at line 830 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::Magnitude< InGridT, MaskGridType, InterruptT >::mInputGrid
protected

Definition at line 865 of file GridOperators.h.

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

Definition at line 866 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::Magnitude< InGridT, MaskGridType, InterruptT >::mMask
protected

Definition at line 867 of file GridOperators.h.


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