|
OpenVDB
0.104.0
|
| Functions to efficiently perform various compositing operations on grids | |
| Utility routines to output nicely-formatted numeric values | |
| Internal table nodes for OpenVDB trees | |
| Given a tree this class defines a linear array of its leafs and optional auxiliary buffers. This is useful for multi-threading computations over leaf values in a static tree, i.e. voxel values, vs topology, is dynamic. The auxiliary buffers can conventiently be used for temporal integration. Efficient methods are provided for multi-threaded swapping and sync'ing (i.e. copying) of these buffers | |
| Hyperbolic advection of narrow-band level sets | |
| Performs various types of level set deformations with interface tracking. These unrestricted deformations include surface smoothing (e.g., Laplacian flow), filtering (e.g., mean value) and morphological operations (e.g., morphological opening) | |
| Generate a narrow-band level set of sphere | |
| Performs multi-threaded interface tracking of narrow band level sets. This is the building-block for most level set computations that involve dynamic topology, e.g. advection | |
| Class PointAdvect advects points (with position) in a static velocity field | |
| The root node of an OpenVDB tree | |
1.8.3.1