Ignore:
Timestamp:
09/18/06 03:15:56 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.h

    r1405 r1408  
    8080                minObjectRefs = 999999999; 
    8181                objectRefs = 0; 
     82                emptyNodes = 0; 
    8283 
    8384                /////////////////// 
     
    118119        /// object references 
    119120        int objectRefs; 
    120  
     121        // leaves with no objects 
     122        int emptyNodes; 
    121123 
    122124        ////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.