Ignore:
Timestamp:
11/24/06 12:05:28 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1786 r1787  
    21592159         
    21602160        if (mApplyInitialPartition) 
    2161         {cout << "here29"<<endl; 
     2161        { 
    21622162                ApplyInitialSubdivision(oSubdivisionCandidate, tQueue);          
    21632163        } 
     
    25172517        tempQueue.Push(firstCandidate); 
    25182518        while (!tempQueue.Empty()) 
    2519         {cout << "here2"<<endl; 
     2519        { 
    25202520                SubdivisionCandidate *candidate = tempQueue.Top(); 
    25212521                tempQueue.Pop(); 
     
    25292529                if (!InitialTerminationCriteriaMet(bsc->mParentData)) 
    25302530                { 
    2531                         cout << "here12"<<endl; 
    25322531                        cout << "here9"<<bsc->mParentData.mNode->mObjects.size()<<endl; 
    25332532                        BvhNode *node = Subdivide(tempQueue, bsc, globalCriteriaMet); 
     
    25552554 
    25562555        ObjectContainer::const_iterator oit, oit_end = objects->end(); 
    2557     cout<<"here104"<<endl; 
    2558         for (oit = objects->begin(); oit != objects->end(); ++ oit) 
    2559         { 
    2560                 //cout << (*oit)->GetBox().SurfaceArea() << " "; 
    2561         } 
     2556    
     2557        /*for (oit = objects->begin(); oit != objects->end(); ++ oit) 
     2558        { 
     2559                cout << (*oit)->GetBox().SurfaceArea() << " "; 
     2560        }*/ 
    25622561 
    25632562        float maxAreaDiff = -1.0f; 
     
    25662565 
    25672566    for (oit = objects->begin(); oit != (objects->end() - 1); ++ oit) 
    2568         {//cout << "h"; 
     2567        { 
    25692568                Intersectable *objS = *oit; 
    25702569                Intersectable *objL = *(oit + 1); 
Note: See TracChangeset for help on using the changeset viewer.