Visual Computing Library
Loading...
Searching...
No Matches
vcl::KDTree< PointType >::Node Struct Reference

Public Attributes

union { 
 
   struct { 
 
      Scalar   splitValue 
 
      uint   firstChildId: 24 
 
      uint   dim: 2 
 
      uint   leaf: 1 
 
   }  
 
   struct { 
 
      uint   start 
 
      unsigned short   size 
 
   }  
 
};  
 

The documentation for this struct was generated from the following file: