Ignore:
Timestamp:
08/20/07 12:51:12 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2538 r2542  
    255255                { 
    256256                        mDirty = false; 
    257                         // todo: avoid computing split plane 
    258257                        sOspTree->EvalSubdivisionCandidate(*this);       
    259258                } 
     
    272271                } 
    273272 
    274                 void CollectDirtyCandidates(SubdivisionCandidateContainer &dirtyList, 
    275                                                                         const bool onlyUnmailed) 
     273                void CollectDirtyCandidates(SubdivisionCandidateContainer &dirtyList, const bool onlyUnmailed) 
    276274                { 
    277275                        sOspTree->CollectDirtyCandidates(this, dirtyList, onlyUnmailed); 
Note: See TracChangeset for help on using the changeset viewer.