Changeset 1303


Ignore:
Timestamp:
08/31/06 10:02:16 (18 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp

    r1302 r1303  
    380380                tFrontData.mNode->SetSubdivisionCandidate(frontCandidate);  
    381381                tBackData.mNode->SetSubdivisionCandidate(backCandidate); 
    382  
     382Debug << "here125 candidate: " << tFrontData.mNode->GetSubdivisionCandidate() << " type: " << tFrontData.mNode->GetSubdivisionCandidate()->Type() << endl; 
     383Debug << "here129 candidate: " << tBackData.mNode->GetSubdivisionCandidate() << " type: " << tBackData.mNode->GetSubdivisionCandidate()->Type() << endl; 
    383384                tQueue.Push(frontCandidate); 
    384385                tQueue.Push(backCandidate); 
  • GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp

    r1302 r1303  
    428428                } 
    429429                 
     430                Debug << "here66 " << mCurrentCandidate << endl; 
    430431                DEL_PTR(mCurrentCandidate); 
    431432        } 
     
    518519         
    519520        //-- reevaluate the dirty list 
     521 
    520522        vector<SubdivisionCandidate *>::const_iterator sit, sit_end = dirtyList.end(); 
    521523         
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp

    r1302 r1303  
    26912691                        { 
    26922692                                leaf->Mail(); 
    2693                                 dirtyList.push_back(leaf->GetSubdivisionCandidate()); 
     2693                                dirtyList.push_back(leaf->GetSubdivisionCandidate());Debug << "here87700" << endl; 
     2694                                Debug << "here166 candidate: " << leaf->GetSubdivisionCandidate() << endl; 
    26942695                                Debug << "here120 candidate: " << leaf->GetSubdivisionCandidate() << " type: " << leaf->GetSubdivisionCandidate()->Type() << endl; 
     2696                                Debug << "here877" << endl; 
    26952697                        } 
    26962698                        break; 
Note: See TracChangeset for help on using the changeset viewer.