Ignore:
Timestamp:
10/29/06 15:20:18 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1667 r1695  
    254254                void EvalCandidate(bool computeSplitplane = true) 
    255255                { 
    256                         //if (computeSplitplane) TODO 
     256                        mDirty = false; 
     257                        // todo: avoid computing split plane 
    257258                        sOspTree->EvalSubdivisionCandidate(*this);       
    258259                } 
Note: See TracChangeset for help on using the changeset viewer.