OpenVDB
1.1.0
|
Files | |
file | Composite.h [code] |
Functions to efficiently perform various compositing operations on grids. | |
file | Filter.h [code] |
file | GridOperators.h [code] |
Applies an operator on an input grid to produce an output grid with the same topology but potentially different value type. | |
file | GridTransformer.h [code] |
file | Interpolation.h [code] |
file | LevelSetAdvect.h [code] |
Hyperbolic advection of narrow-band level sets. | |
file | LevelSetFilter.h [code] |
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). | |
file | LevelSetFracture.h [code] |
Divide volumes represented by level set grids into multiple, disjoint pieces by intersecting them with one or more "cutter" volumes, also represented by level sets. | |
file | LevelSetRebuild.h [code] |
file | LevelSetSphere.h [code] |
Generate a narrow-band level set of sphere. | |
file | LevelSetTracker.h [code] |
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. | |
file | LevelSetUtil.h [code] |
Miscellaneous utilities that operate primarily or exclusively on level set grids. | |
file | MeshToVolume.h [code] |
file | Morphology.h [code] |
file | ParticlesToLevelSet.h [code] |
This tool rasterizes particles (with position, radius and velocity) into a narrow-band level set. | |
file | PointAdvect.h [code] |
Class PointAdvect advects points (with position) in a static velocity field. | |
file | PointScatter.h [code] |
file | ValueTransformer.h [code] |
file | VolumeToMesh.h [code] |