Compute the mean curvature in index space. More...
#include <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 |∇Φ|.