#include <openvdb/math/Operators.h>
|
| template<typename Accessor> |
| static Accessor::ValueType | result (const TranslationMap &, const Accessor &grid, const Coord &ijk) |
| template<typename Accessor> |
| static Accessor::ValueType | normGrad (const TranslationMap &, const Accessor &grid, const Coord &ijk) |
| template<typename StencilT> |
| static StencilT::ValueType | result (const TranslationMap &, const StencilT &stencil) |
| template<typename StencilT> |
| static StencilT::ValueType | normGrad (const TranslationMap &, const StencilT &stencil) |
| static bool | compute (const TranslationMap &map, const Accessor &grid, const Coord &ijk, double &alpha, double &beta) |
| | Random access version.
|
◆ compute()
| bool compute |
( |
const TranslationMap & | map, |
|
|
const Accessor & | grid, |
|
|
const Coord & | ijk, |
|
|
double & | alpha, |
|
|
double & | beta ) |
|
inlinestatic |
Random access version.
- Returns
true if the gradient is nonzero, in which case the mean curvature is returned in two parts, alpha and beta, where alpha is the numerator in ∇ · (∇Φ / |∇Φ|) and beta is |∇Φ|.
◆ normGrad() [1/2]
template<typename Accessor>
| Accessor::ValueType normGrad |
( |
const TranslationMap & | , |
|
|
const Accessor & | grid, |
|
|
const Coord & | ijk ) |
|
inlinestatic |
◆ normGrad() [2/2]
template<typename StencilT>
| StencilT::ValueType normGrad |
( |
const TranslationMap & | , |
|
|
const StencilT & | stencil ) |
|
inlinestatic |
◆ result() [1/2]
template<typename Accessor>
| Accessor::ValueType result |
( |
const TranslationMap & | , |
|
|
const Accessor & | grid, |
|
|
const Coord & | ijk ) |
|
inlinestatic |
◆ result() [2/2]
template<typename StencilT>
| StencilT::ValueType result |
( |
const TranslationMap & | , |
|
|
const StencilT & | stencil ) |
|
inlinestatic |