|
OpenVDB 13.0.0
|
#include <openvdb/math/Operators.h>
Static Public Member Functions | |
| template<typename Accessor> | |
| static Accessor::ValueType | result (const UniformScaleTranslateMap &map, const Accessor &grid, const Coord &ijk) |
| template<typename Accessor> | |
| static Accessor::ValueType | normGrad (const UniformScaleTranslateMap &map, const Accessor &grid, const Coord &ijk) |
| template<typename StencilT> | |
| static StencilT::ValueType | result (const UniformScaleTranslateMap &map, const StencilT &stencil) |
| template<typename StencilT> | |
| static StencilT::ValueType | normGrad (const UniformScaleTranslateMap &map, const StencilT &stencil) |
| static bool | compute (const UniformScaleTranslateMap &map, const Accessor &grid, const Coord &ijk, double &alpha, double &beta) |
| Random access version. | |
|
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 |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |