Ignore:
Timestamp:
11/09/06 19:05:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1732 r1736  
    363363        /** Repairs the dirty entries of the subdivision candidate queue. The 
    364364                list of entries is given in the dirty list. 
    365         */ 
    366         void RepairQueue(const SubdivisionCandidateContainer &dirtyList,  
    367                                          SplitQueue &splitQueue, 
    368                                          const bool recomputeSplitPlaneOnRepair); 
     365 
     366                @returns number of repaired candidates 
     367        */ 
     368        int RepairQueue(const SubdivisionCandidateContainer &dirtyList,  
     369                                        SplitQueue &splitQueue, 
     370                                        const bool recomputeSplitPlaneOnRepair); 
    369371 
    370372        /** Collect subdivision candidates which were affected by the splits from the 
Note: See TracChangeset for help on using the changeset viewer.