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

Compute the curl of a vector grid. More...

#include <GridOperators.h>

Public Types

typedef GridT InGridType
 
typedef GridT OutGridType
 

Public Member Functions

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

Detailed Description

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

Compute the curl of a vector grid.

Definition at line 508 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::Curl< GridT, MaskGridType, InterruptT >::InGridType

Definition at line 511 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::Curl< GridT, MaskGridType, InterruptT >::OutGridType

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

Definition at line 514 of file GridOperators.h.

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

Definition at line 519 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::Curl< GridT, MaskGridType, InterruptT >::process ( bool  threaded = true)
inline

Definition at line 524 of file GridOperators.h.


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