OpenVDB 12.0.0
|
Compute the mean curvature in index space. More...
#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/openvdb/openvdb/math/Operators.h>
Static Public Member Functions | |
template<typename Accessor > | |
static bool | result (const Accessor &grid, const Coord &ijk, typename Accessor::ValueType &alpha, typename Accessor::ValueType &beta) |
Random access version. | |
template<typename StencilT > | |
static bool | result (const StencilT &stencil, typename StencilT::ValueType &alpha, typename StencilT::ValueType &beta) |
Stencil access version. | |
Compute the mean curvature in index space.
|
inlinestatic |
Random access version.
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 |∇Φ|.
|
inlinestatic |
Stencil access version.
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 |∇Φ|.