HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::math::BIAS_SCHEME< bgs > Struct Template Reference

#include <Operators.h>

Classes

struct  ISStencil
 

Static Public Attributes

static const DScheme FD = FD_1ST
 
static const DScheme BD = BD_1ST
 

Detailed Description

template<BiasedGradientScheme bgs>
struct openvdb::OPENVDB_VERSION_NAME::math::BIAS_SCHEME< bgs >

struct that relates the BiasedGradientScheme to the forward and backward difference methods used, as well as to the correct stencil type for index space use

Definition at line 129 of file Operators.h.

Member Data Documentation

template<BiasedGradientScheme bgs>
const DScheme openvdb::OPENVDB_VERSION_NAME::math::BIAS_SCHEME< bgs >::BD = BD_1ST
static

Definition at line 131 of file Operators.h.

template<BiasedGradientScheme bgs>
const DScheme openvdb::OPENVDB_VERSION_NAME::math::BIAS_SCHEME< bgs >::FD = FD_1ST
static

Definition at line 130 of file Operators.h.


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