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

Legend:

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

    r2578 r2580  
    2121 
    2222typedef std::vector<ViewCellInfo> ViewCellInfoContainer; 
    23 typedef std::map<int, ViewCellInfoContainer *> ViewCellHistoryContainer; 
     23//typedef std::map<int, ViewCellInfoContainer *> ViewCellHistoryContainer; 
    2424 
    25  
    26 /*struct ViewCellHistory; 
    27 { 
    28 }*/ 
    2925 
    3026class LogReader 
     
    3430        /** Reads the info for several #samples. 
    3531        */ 
    36         void Read(ViewCellHistoryContainer &history); 
    37         /** Reads the viewcells info after specific #samples. 
     32        //void Read(ViewCellHistoryContainer &history); 
     33        /** Reads the viewcells info from disc 
    3834        */ 
    3935        void Read(const int numSamples, ViewCellInfoContainer &infos); 
Note: See TracChangeset for help on using the changeset viewer.