Changeset 2074 in Sophya for trunk/ArchTOIPipe/ProcWSophya/toi2map.h
- Timestamp:
- Jun 18, 2002, 10:55:21 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r2058 r2074 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1.1 6 2002-06-18 12:21:09ansari Exp $7 // $Id: toi2map.h,v 1.17 2002-06-18 20:55:21 ansari Exp $ 8 8 9 9 #ifndef TOI2MAP_H … … 78 78 void Print(::ostream & os); 79 79 inline int_8 ProcessedSampleCount() const { return totnscount; } 80 inline int_8 UsedSampleCount() const { return usednscount; } 80 81 81 82 protected: … … 92 93 r_8 mValMin,mValMax; 93 94 int_8 totnscount; // Nombre total d'echantillon processe 95 int_8 usednscount; // Nombre d'echantillons utilises ds la projection 94 96 95 97 };
Note:
See TracChangeset
for help on using the changeset viewer.