| 
    OpenVDB
    13.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 <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 | 
 1.8.11