Ignore:
Timestamp:
08/25/06 18:25:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1284 r1286  
    362362        startTime = GetTime(); 
    363363 
    364         // -- stats after contruction 
     364        // -- stats after construction 
    365365        ResetViewCells(); 
    366366        Debug << "\nView cells after initial sampling:\n" << mCurrentViewCellsStats << endl; 
     
    480480        } 
    481481 
    482  
    483         //-- visualization 
    484  
    485482        if (mShowVisualization) 
    486483        { 
     484                //-- visualization 
    487485                VssRayContainer visualizationSamples; 
    488486 
     
    690688 
    691689        mVspBspTree->Export(stream); 
    692         stream << endl << "</ViewSpaceHierarchy>" << endl; 
     690        stream << "</ViewSpaceHierarchy>" << endl; 
    693691 
    694692        stream << "</VisibilitySolution>" << endl; 
     
    48004798        Debug << "saved rays: " << (int)savedRays.size() << endl; 
    48014799 
    4802         long startTime; 
    4803  
    48044800        //mHierarchyManager->Construct(constructionRays, objects, &mViewSpaceBox); 
    48054801        mHierarchyManager->Construct2(constructionRays, objects, &mViewSpaceBox); 
     
    48274823 
    48284824 
    4829         startTime = GetTime(); 
     4825        const long startTime = GetTime(); 
    48304826 
    48314827        cout << "Computing remaining ray contributions ... "; 
     
    53895385        stream << "<ViewSpaceHierarchy type=\"vsp\"" 
    53905386                   << " min=\"" << mViewSpaceBox.Min().x << " " << mViewSpaceBox.Min().y << " " << mViewSpaceBox.Min().z << "\"" 
    5391                    << " max=\"" << mViewSpaceBox.Max().x << " " << mViewSpaceBox.Max().y << " " << mViewSpaceBox.Max().z << "\" />" << endl; 
     5387                   << " max=\"" << mViewSpaceBox.Max().x << " " << mViewSpaceBox.Max().y << " " << mViewSpaceBox.Max().z << "\">" << endl; 
    53925388 
    53935389        mHierarchyManager->GetVspTree()->Export(stream); 
    5394         stream << endl << "</ViewSpaceHierarchy>" << endl; 
     5390        stream << "</ViewSpaceHierarchy>" << endl; 
    53955391 
    53965392         
Note: See TracChangeset for help on using the changeset viewer.