Ignore:
Timestamp:
06/19/06 18:41:08 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1021 r1023  
    10491049        float mEpsilon; 
    10501050 
    1051         /// if we should use breath first priority for the splits 
    1052         int mNodePriorityQueueType; 
    1053  
    1054         // priority queue strategy 
    1055         enum {BREATH_FIRST, DEPTH_FIRST, COST_BASED}; 
    1056  
    10571051 
    10581052        /// subdivision stats output file 
     
    15811575        float mEpsilon; 
    15821576 
    1583         /// if we should use breath first priority for the splits 
    1584         int mNodePriorityQueueType; 
    1585  
    15861577 
    15871578        /// subdivision stats output file 
Note: See TracChangeset for help on using the changeset viewer.