Ignore:
Timestamp:
01/09/08 10:42:39 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2580 r2581  
    3434        ViewCellInfoContainer::const_iterator vit, vit_end = infos.end(); 
    3535 
     36        myfile << numSamples << endl; 
     37 
    3638        for (vit = infos.begin(); vit != vit_end; ++ vit) 
    3739        { 
    38                 myfile << (*vit).mPiercingRays; 
     40                myfile << (*vit).mPiercingRays << " " << (*vit).mPvsSize << endl; 
     41                //myfile << (*vit); 
    3942                //ViewCell *vc = *vit; 
    4043                //myfile << "vc: " << vc->GetPvs().GetSize() << " " << vc->GetNumPiercingRays(); 
Note: See TracChangeset for help on using the changeset viewer.