Ignore:
Timestamp:
01/09/08 15:22:12 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2580 r2584  
    2323        void SetFilename(const std::string &filename); 
    2424 
    25         //void Write(const int numSamples, const ViewCellContainer &viewcells); 
    26         void Write(//std::ofstream &myfile,  
    27                                 const int numSamples, const ViewCellInfoContainer &infos); 
    28         //void Write(const ViewCellHistoryContainer &hist); 
     25        void Write(const int numSamples, const ViewCellContainer &viewcells); 
     26         
    2927 
    3028protected: 
    3129 
    32         //std::ofstream mFile; 
    3330        std::string mFilename; 
    3431}; 
Note: See TracChangeset for help on using the changeset viewer.