Ignore:
Timestamp:
Jun 18, 2002, 10:55:21 PM (23 years ago)
Author:
ansari
Message:

Ajout comptage nb d'echantillons utilises ds TOI2Map - Reza 18/6/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/ProcWSophya/toi2map.h

    r2058 r2074  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: toi2map.h,v 1.16 2002-06-18 12:21:09 ansari Exp $
     7// $Id: toi2map.h,v 1.17 2002-06-18 20:55:21 ansari Exp $
    88
    99#ifndef TOI2MAP_H
     
    7878  void Print(::ostream & os);
    7979  inline int_8  ProcessedSampleCount() const { return totnscount; }
     80  inline int_8  UsedSampleCount() const { return usednscount; }
    8081
    8182protected:
     
    9293  r_8 mValMin,mValMax;
    9394  int_8 totnscount;   // Nombre total d'echantillon processe
     95  int_8 usednscount;   // Nombre d'echantillons utilises ds la projection
    9496
    9597};
Note: See TracChangeset for help on using the changeset viewer.