OpenVDB 12.0.0
|
Metafunction that specifies whether a given leaf node, tree, or grid type requires multiple passes to read and write voxel data. More...
#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/openvdb/openvdb/Grid.h>
Static Public Attributes | |
static const bool | value = std::is_base_of<io::MultiPass, LeafNodeType>::value |
Metafunction that specifies whether a given leaf node, tree, or grid type requires multiple passes to read and write voxel data.
Multi-pass I/O allows one to optimize the data layout of leaf nodes for certain access patterns during delayed loading.
|
static |