Ignore:
Timestamp:
09/20/06 10:43:22 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1418 r1419  
    380380 
    381381 
    382         //////////////////////////////////////////////// 
    383         // 
     382        ////////////////////// 
    384383        //-- Cast some more sampling after initial construction. 
    385384        //-- The additional rays can be used to gain 
     
    444443 
    445444        //////////////////// 
    446         // 
    447445        //-- post processing of the initial construction 
    448446        //-- We can bottom-up merge the view cells in this step 
     
    47964794 
    47974795        // print subdivision statistics 
    4798         Debug << endl << endl; 
    4799         mHierarchyManager->PrintHierarchyStatistics(Debug); 
     4796        Debug << endl << endl << mHierarchyManager << endl; 
     4797        //mHierarchyManager->PrintHierarchyStatistics(Debug); 
    48004798 
    48014799        if (0) 
     
    51575155        cout << "visualization using " << (int)rays.size() << " samples" << endl; 
    51585156        Debug << "visualization using " << (int)rays.size() << " samples" << endl; 
    5159         Debug << "\nOutput view cells: " << endl; 
    5160  
     5157         
    51615158        const bool sortedViewCells = false; 
    51625159 
     
    51695166        int limit = min(leafOut, (int)mViewCells.size()); 
    51705167        int raysOut = 0; 
     5168 
     5169        cout << "\nOutput of " << limit << " view cells: " << endl; 
    51715170 
    51725171        /////////////// 
     
    52345233                                //-- export objects seen from the rays 
    52355234                                Intersectable::NewMail(); 
    5236                 VssRayContainer::const_iterator vcit, vcit_end = vcRays.end(); 
     5235                                 
     5236                                VssRayContainer::const_iterator vcit, vcit_end = vcRays.end(); 
    52375237                                for (vcit = vcRays.begin(); vcit != vcit_end; ++ vcit) 
    52385238                                { 
     
    52445244                                        { 
    52455245                                                obj->Mail(); 
    5246                                         //      exporter->ExportIntersectable(obj); 
     5246                                                exporter->ExportIntersectable(obj); 
    52475247                                        } 
    52485248                                } 
Note: See TracChangeset for help on using the changeset viewer.