- Timestamp:
- 01/09/08 15:22:12 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/LogWriter.h
r2580 r2584 23 23 void SetFilename(const std::string &filename); 24 24 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 29 27 30 28 protected: 31 29 32 //std::ofstream mFile;33 30 std::string mFilename; 34 31 };
Note: See TracChangeset
for help on using the changeset viewer.