Ignore:
Timestamp:
12/27/05 19:32:16 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VspKdTree.h

    r482 r483  
    529529        }; 
    530530         
    531         struct LineSegmentTraversalData  
     531        struct LineTraversalData  
    532532        { 
    533533                VspKdNode *mNode; 
     
    536536                float mMaxT; 
    537537     
    538                 LineSegmentTraversalData () {} 
    539                 LineSegmentTraversalData (VspKdNode *n, 
     538                LineTraversalData () {} 
     539                LineTraversalData (VspKdNode *n, 
    540540                                                                  const Vector3 &p, 
    541541                                                                  const float maxt): 
     
    608608        */ 
    609609        void RefineViewCells(); 
     610 
     611        /** Collects candidates for the merge in the merge queue. 
     612        */ 
     613        void CollectMergeCandidates(); 
    610614 
    611615protected: 
     
    770774         
    771775        ViewCellsManager *mViewCellsManager; 
     776 
     777        priority_queue<MergeCandidate> mMergeQueue; 
     778 
    772779 
    773780        ///////////////////////////// 
Note: See TracChangeset for help on using the changeset viewer.