OpenVDB
1.1.0
|
#include <algorithm>
#include <vector>
#include <openvdb/math/Math.h>
#include <openvdb/Types.h>
#include <openvdb/math/Coord.h>
#include <openvdb/math/FiniteDifference.h>
Go to the source code of this file.
Classes | |
class | BaseStencil< _GridType, StencilType > |
class | SevenPointStencil< GridType > |
class | SecondOrderDenseStencil< GridType > |
class | ThirteenPointStencil< GridType > |
class | FourthOrderDenseStencil< GridType > |
class | NineteenPointStencil< GridType > |
class | SixthOrderDenseStencil< GridType > |
class | GradStencil< GridType > |
class | WenoStencil< GridType > |
This is a special 19-point stencil that supports optimal fifth-order WENO upwinding, second-order central differencing, Laplacian, and zero-crossing test. More... | |
class | CurvatureStencil< GridType > |
class | DenseStencil< GridType > |
Dense stencil of a given width. More... | |
Namespaces | |
namespace | openvdb |
namespace | openvdb::v1_1_0 |
namespace | openvdb::v1_1_0::math |