Changeset 1754 in Sophya for trunk/ArchTOIPipe/Kernel
- Timestamp:
- Nov 13, 2001, 4:08:54 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/Kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Kernel/asciitoiwtr.h
r1738 r1754 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: asciitoiwtr.h,v 1. 4 2001-11-08 15:47:44aubourg Exp $7 // $Id: asciitoiwtr.h,v 1.5 2001-11-13 15:05:41 aubourg Exp $ 8 8 9 9 … … 13 13 #include "toi.h" 14 14 #include "toiprocessor.h" 15 #include <fstream .h>15 #include <fstream> 16 16 17 17 class ASCIITOIWriter : public TOIProcessor { -
trunk/ArchTOIPipe/Kernel/toisegment.cc
r1753 r1754 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toisegment.cc,v 1. 19 2001-11-13 14:53:58aubourg Exp $5 // $Id: toisegment.cc,v 1.20 2001-11-13 15:08:54 aubourg Exp $ 6 6 7 7 #include "toisegment.h" … … 99 99 TOI::DataStatus TOISegmented::isDataAvailNL(int i, int j) { 100 100 return isDataAvail(i,j); 101 } 102 103 TOI::DataStatus TOISegmented::isDataAvailNL(int i) { 104 return isDataAvail(i); 101 105 } 102 106 -
trunk/ArchTOIPipe/Kernel/toisegment.h
r1743 r1754 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toisegment.h,v 1.1 1 2001-11-09 23:13:15aubourg Exp $7 // $Id: toisegment.h,v 1.12 2001-11-13 15:08:54 aubourg Exp $ 8 8 9 9 #ifndef TOISEGMENT_H … … 42 42 virtual DataStatus isDataAvail(int iStart, int iEnd); 43 43 virtual DataStatus isDataAvail(int i); 44 virtual DataStatus isDataAvailNL(int i); 44 45 virtual DataStatus isDataAvailNL(int iStart, int iEnd); // abstract 45 46 virtual void waitForData(int iStart, int iEnd);
Note:
See TracChangeset
for help on using the changeset viewer.