Ignore:
Timestamp:
08/02/06 17:01:35 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1176 r1178  
    451451 
    452452        SplitCandidate *GetSplitCandidate() const  
    453         { return mSplitCandidate; } 
     453        {  
     454                return mSplitCandidate;  
     455        } 
    454456 
    455457public: 
     
    10501052                and must be reevaluated. 
    10511053        */ 
    1052         void CollectDirtyCandidates(VspSplitCandidate *sc,  
    1053                 vector<SplitCandidate *> &dirtyList); 
     1054        void CollectDirtyCandidates(VspSplitCandidate *sc, vector<SplitCandidate *> &dirtyList); 
    10541055 
    10551056        /** Rays will be clipped to the bounding box. 
     
    10711072        ViewCellsManager *mViewCellsManager; 
    10721073         
    1073         vector<SortableEntry> *mSplitCandidates; 
     1074        vector<SortableEntry> *mLocalSplitCandidates; 
    10741075 
    10751076        /// Pointer to the root of the tree 
Note: See TracChangeset for help on using the changeset viewer.