Ignore:
Timestamp:
03/09/07 18:30:24 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2176 r2224  
    264264                } 
    265265 
    266                 bool Apply(SplitQueue &splitQueue, bool terminationCriteriaMet) 
     266                bool Apply(SplitQueue &splitQueue, bool terminationCriteriaMet, SubdivisionCandidateContainer &dirtyList) 
    267267                { 
    268268                        KdNode *n = sOspTree->Subdivide(splitQueue ,this,  terminationCriteriaMet); 
Note: See TracChangeset for help on using the changeset viewer.