Changeset 2187 in Sophya for trunk/ArchTOIPipe/Processors/wienerdecor.h
- Timestamp:
- Sep 9, 2002, 5:33:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/Processors/wienerdecor.h
r1944 r2187 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: wienerdecor.h,v 1. 1 2002-03-23 23:05:22aubourg Exp $7 // $Id: wienerdecor.h,v 1.2 2002-09-09 15:33:15 aubourg Exp $ 8 8 9 9 #ifndef WIENERDECOR_H … … 20 20 virtual void run(); 21 21 22 //inline void doNotLookAt(uint_8 flag=FlgToiAll) {flgNotLookAt = flag;}22 inline void doNotLookAt(uint_8 flag=FlgToiAll) {flgNotLookAt = flag;} 23 23 24 24 protected: 25 25 int nsamples; 26 26 int lcorr; 27 //uint_8 flgNotLookAt;27 uint_8 flgNotLookAt; 28 28 }; 29 29
Note:
See TracChangeset
for help on using the changeset viewer.