Ignore:
Timestamp:
08/30/06 21:54:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1297 r1302  
    3636class VspTree; 
    3737class KdTreeStatistics; 
    38 class SubdivisionCandidate; 
    39 class VspSubdivisionCandidate; 
     38//class SubdivisionCandidate; 
     39//class VspSubdivisionCandidate; 
    4040 
    4141/** View space partition statistics. 
     
    482482        }; 
    483483 
    484         //typedef std::priority_queue<VspTraversalData> VspOspTraversalQueue; 
    485  
    486484        /** Default constructor creating an empty tree. 
    487485        */  
    488486        VspTree(); 
    489  
    490487        /** Default destructor. 
    491488        */ 
Note: See TracChangeset for help on using the changeset viewer.