OpenVDB 13.1.0
Loading...
Searching...
No Matches
tools Directory Reference

Files

 
CreateNanoGrid.h
 Convert any grid to a nanovdb grid of the same type, e.g. float->float.
 
CreatePrimitives.h
 Generates volumetric primitives, e.g. sphere, torus etc, as NanoVDB grid.
 
GridBuilder.h
 This file defines a minimum set of tree nodes and tools that can be used (instead of OpenVDB) to build nanovdb grids on the CPU.
 
GridChecksum.h
 Computes a pair of uint32_t checksums, of a Grid, by means of 32 bit Cyclic Redundancy Check (CRC32)
 
GridStats.h
 Re-computes min/max/avg/var/bbox information for each node in a pre-existing NanoVDB grid.
 
GridValidator.h
 Checks the validity of an existing NanoVDB grid.
 
NanoToOpenVDB.h
 This class will deserialize an NanoVDB grid into an OpenVDB grid.
 
VoxelBlockManager.h
 VoxelBlockManager: acceleration structure for voxel-sequential, SIMT/SIMD-parallel access over the active voxels of an OnIndexGrid, independent of occupancy.