Changeset 1994 in Sophya for trunk/ArchTOIPipe/Processors/nooppr.h
- Timestamp:
- May 13, 2002, 3:11:32 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/nooppr.h
r1762 r1994 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: nooppr.h,v 1. 5 2001-11-13 16:22:47 aubourgExp $7 // $Id: nooppr.h,v 1.6 2002-05-13 13:11:32 ansari Exp $ 8 8 9 9 … … 25 25 inline int_8 ProcessedSampleCount() const { return totnscount; } 26 26 27 inline void AcceptNoInput(double val=0., long flg=0) 28 { acceptnoinput = true; defval = val; defflag = flg; } 29 27 30 virtual void PrintStatus(::ostream & os) ; // const plus tard 28 31 … … 33 36 int_8 totnscount; // Nombre total d'echantillon processe 34 37 int wsize; // Taille de fenetre de travail 38 39 bool acceptnoinput; 40 double defval; 41 long defflag; 35 42 }; 36 43
Note:
See TracChangeset
for help on using the changeset viewer.