| 
    OpenVDB
    13.0.0
    
   | 
 
Define static boolean tests for template build types. More...
#include <nanovdb/NanoVDB.h>
Static Public Attributes | |
| static constexpr bool | is_index = util::is_same<T, ValueIndex, ValueOnIndex>::value | 
| static constexpr bool | is_onindex = util::is_same<T, ValueOnIndex>::value | 
| static constexpr bool | is_offindex = util::is_same<T, ValueIndex>::value | 
| static constexpr bool | is_FpX = util::is_same<T, Fp4, Fp8, Fp16>::value | 
| static constexpr bool | is_Fp = util::is_same<T, Fp4, Fp8, Fp16, FpN>::value | 
| static constexpr bool | is_float = util::is_floating_point<T>::value | 
| static constexpr bool | is_special = is_index || is_Fp || util::is_same<T, Point, bool, ValueMask>::value | 
Define static boolean tests for template build types.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
 1.8.11