Compute the mean curvature.
More...
#include <Operators.h>
|
template<typename Accessor > |
static void | compute (const MapType &map, const Accessor &grid, const Coord &ijk, double &alpha, double &beta) |
|
template<typename Accessor > |
static Accessor::ValueType | result (const MapType &map, const Accessor &grid, const Coord &ijk) |
|
template<typename Accessor > |
static Accessor::ValueType | normGrad (const MapType &map, const Accessor &grid, const Coord &ijk) |
|
template<typename StencilT > |
static void | compute (const MapType &map, const StencilT &stencil, double &alpha, double &beta) |
|
template<typename StencilT > |
static StencilT::ValueType | result (const MapType &map, const StencilT stencil) |
|
template<typename StencilT > |
static StencilT::ValueType | normGrad (const MapType &map, const StencilT stencil) |
|
template<typename MapType, DDScheme DiffScheme2, DScheme DiffScheme1>
struct openvdb::v1_2_0::math::MeanCurvature< MapType, DiffScheme2, DiffScheme1 >
Compute the mean curvature.
- Returns
- the mean curvature in two parts:
alpha
is the numerator in
, and beta
is
.
static void compute |
( |
const MapType & |
map, |
|
|
const Accessor & |
grid, |
|
|
const Coord & |
ijk, |
|
|
double & |
alpha, |
|
|
double & |
beta |
|
) |
| |
|
inlinestatic |
static void compute |
( |
const MapType & |
map, |
|
|
const StencilT & |
stencil, |
|
|
double & |
alpha, |
|
|
double & |
beta |
|
) |
| |
|
inlinestatic |
static Accessor::ValueType normGrad |
( |
const MapType & |
map, |
|
|
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static StencilT::ValueType normGrad |
( |
const MapType & |
map, |
|
|
const StencilT |
stencil |
|
) |
| |
|
inlinestatic |
static Accessor::ValueType result |
( |
const MapType & |
map, |
|
|
const Accessor & |
grid, |
|
|
const Coord & |
ijk |
|
) |
| |
|
inlinestatic |
static StencilT::ValueType result |
( |
const MapType & |
map, |
|
|
const StencilT |
stencil |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: