Ignore:
Timestamp:
01/21/07 22:08:23 (17 years ago)
Author:
mattausch
Message:

using large address space

File:
1 edited

Legend:

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

    r2003 r2005  
    202202                return false; 
    203203 
    204         if (1 && GVS_DEBUG) 
     204        if (0 && GVS_DEBUG) 
    205205                mVssRays.push_back(new VssRay(*vssRay)); 
    206206 
     
    650650        } 
    651651 
    652         //exporter->ExportRays(vcRays, RgbColor(1, 0, 0)); 
    653         //exporter->ExportRays(vcRays2, RgbColor(0, 1, 0)); 
     652        exporter->ExportRays(vcRays, RgbColor(1, 0, 0)); 
     653        exporter->ExportRays(vcRays2, RgbColor(0, 1, 0)); 
    654654        exporter->ExportRays(vcRays3, RgbColor(1, 1, 1)); 
    655655} 
     
    10651065        } 
    10661066 
     1067        cout << "here4 " << mKdTree->GetBox() << endl; 
     1068        cout << "here5 " << mViewCellsManager->GetViewSpaceBox() << endl; 
    10671069        mGvsStats.Stop(); 
    10681070        mGvsStats.Print(mGvsStatsStream); 
Note: See TracChangeset for help on using the changeset viewer.