OpenVDB  0.104.0
Classes | Public Types | Public Member Functions | Protected Attributes | List of all members
Curl< GridT > Class Template Reference

Computes 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)
 
virtual ~Curl ()
 
GridT::Ptr process (bool threaded=true)
 

Protected Attributes

const GridT & mInputGrid
 

Detailed Description

template<typename GridT>
class openvdb::v0_104_0::tools::Curl< GridT >

Computes the Curl of a scalar grid.

Member Typedef Documentation

typedef GridT InGridType
typedef GridT OutGridType

Constructor & Destructor Documentation

Curl ( const GridT &  grid)
inline
virtual ~Curl ( )
inlinevirtual

Member Function Documentation

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

Member Data Documentation

const GridT& mInputGrid
protected

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