- Timestamp:
- 08/31/06 10:02:16 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/BvHierarchy.cpp
r1302 r1303 380 380 tFrontData.mNode->SetSubdivisionCandidate(frontCandidate); 381 381 tBackData.mNode->SetSubdivisionCandidate(backCandidate); 382 382 Debug << "here125 candidate: " << tFrontData.mNode->GetSubdivisionCandidate() << " type: " << tFrontData.mNode->GetSubdivisionCandidate()->Type() << endl; 383 Debug << "here129 candidate: " << tBackData.mNode->GetSubdivisionCandidate() << " type: " << tBackData.mNode->GetSubdivisionCandidate()->Type() << endl; 383 384 tQueue.Push(frontCandidate); 384 385 tQueue.Push(backCandidate); -
GTP/trunk/Lib/Vis/Preprocessing/src/HierarchyManager.cpp
r1302 r1303 428 428 } 429 429 430 Debug << "here66 " << mCurrentCandidate << endl; 430 431 DEL_PTR(mCurrentCandidate); 431 432 } … … 518 519 519 520 //-- reevaluate the dirty list 521 520 522 vector<SubdivisionCandidate *>::const_iterator sit, sit_end = dirtyList.end(); 521 523 -
GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp
r1302 r1303 2691 2691 { 2692 2692 leaf->Mail(); 2693 dirtyList.push_back(leaf->GetSubdivisionCandidate()); 2693 dirtyList.push_back(leaf->GetSubdivisionCandidate());Debug << "here87700" << endl; 2694 Debug << "here166 candidate: " << leaf->GetSubdivisionCandidate() << endl; 2694 2695 Debug << "here120 candidate: " << leaf->GetSubdivisionCandidate() << " type: " << leaf->GetSubdivisionCandidate()->Type() << endl; 2696 Debug << "here877" << endl; 2695 2697 } 2696 2698 break;
Note: See TracChangeset
for help on using the changeset viewer.