OpenVDB  1.1.0
Classes | Public Types | Public Member Functions | List of all members
Curl< GridT, InterruptT > Class Template Reference

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

#include <GridOperators.h>

Classes

struct  Functor

Public Types

typedef GridT InGridType
typedef GridT OutGridType

Public Member Functions

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

Detailed Description

template<typename GridT, typename InterruptT = util::NullInterrupter>
class openvdb::v1_1_0::tools::Curl< GridT, InterruptT >

Compute the curl of a scalar grid.

Member Typedef Documentation

typedef GridT InGridType
typedef GridT OutGridType

Constructor & Destructor Documentation

Curl ( const GridT &  grid,
InterruptT *  interrupt = NULL 
)
inline

Member Function Documentation

GridT::Ptr process ( bool  threaded = true)
inline

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