Changeset 1739 in Sophya for trunk/ArchTOIPipe/ProcWSophya
- Timestamp:
- Nov 8, 2001, 6:47:38 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/ProcWSophya
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/Makefile.in
r1733 r1739 42 42 43 43 44 SRCFILES=map2toi.cc toi2map.cc rztoi.cc simtoipr.cc ktoibad.cc 44 SRCFILES=map2toi.cc toi2map.cc rztoi.cc simtoipr.cc ktoibad.cc smoothtoi.cc 45 45 46 46 FILES=$(patsubst %.c,%.o,$(SRCFILES:.cc=.o)) -
trunk/ArchTOIPipe/ProcWSophya/ktoibad.cc
r1737 r1739 172 172 int_4 lmmin = lm/2; if(lmmin<2) lmmin=2; 173 173 174 174 // Initialisation 175 if(LSide>0) for(int_4 sn=snb;sn<snb+LSide && sn<=sne;sn++) { 176 r_8 bolog; uint_8 fgbolog=0; 177 getData(0,sn,bolog,fgbolog); 178 if(!(fgbolog & flgNotLookAt)) Slpb[1]->Push((r_8)sn,bolog); 179 } 175 180 176 181 for(int_4 sn=snb;sn<=sne;sn++) { -
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r1738 r1739 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1. 7 2001-11-08 15:47:46 aubourgExp $7 // $Id: toi2map.h,v 1.8 2001-11-08 17:47:23 cmv Exp $ 8 8 9 9 #ifndef TOI2MAP_H … … 50 50 {mTypCoorOut = mfg;} 51 51 // Test on flag value ? if yes, BAD sample have flag matching mBadFlag 52 inline void SetTestFlag(bool tflg=false, uint_8 badflg= 0)52 inline void SetTestFlag(bool tflg=false, uint_8 badflg=FlgToiAll) 53 53 {mTFlag = tflg; mBadFlag = badflg;} 54 54 // Test on min value ? if yes, GOOD sample have value >= mValMin
Note:
See TracChangeset
for help on using the changeset viewer.