Changeset 3077 in Sophya for trunk/SophyaLib/Samba
- Timestamp:
- Sep 14, 2006, 11:51:09 AM (19 years ago)
- Location:
- trunk/SophyaLib/Samba
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/Samba/Makefile
r3007 r3077 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h\14 $(SOPHYAINCP) nbrandom.h \13 $(SOPHYAOBJP)alm.o: alm.cc \ 14 $(SOPHYAINCP)sopnamsp.h alm.h \ 15 15 $(SOPHYAINCP)srandgen.h \ 16 16 $(SOPHYAINCP)machdefs.h \ … … 39 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 40 40 41 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 41 $(SOPHYAOBJP)bruit.o: bruit.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 42 43 $(SOPHYAINCP)fmath.h bruit.h \ 43 $(SOPHYAINCP)nbrandom.h \44 44 $(SOPHYAINCP)srandgen.h \ 45 45 $(SOPHYAINCP)machdefs.h 46 46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 47 47 48 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h\49 circle.h $(SOPHYAINCP)vector3d.h \50 $(SOPHYAINCP) longlat.h \51 $(SOPHYAINCP) machdefs.h \52 $(SOPHYAINCP) utilgeom.h \53 $(SOPHYAINCP)u nitvector.h \54 $(SOPHYAINCP) vector3d.h \55 $(SOPHYAINCP)utilgeom.hgeometry.h48 $(SOPHYAOBJP)circle.o: circle.cc \ 49 $(SOPHYAINCP)sopnamsp.h circle.h \ 50 $(SOPHYAINCP)vector3d.h \ 51 $(SOPHYAINCP)longlat.h \ 52 $(SOPHYAINCP)machdefs.h \ 53 $(SOPHYAINCP)utilgeom.h \ 54 $(SOPHYAINCP)unitvector.h \ 55 geometry.h 56 56 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 57 57 58 58 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 59 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 60 datacirclebase.h circle.h \ 61 $(SOPHYAINCP)vector3d.h \ 62 $(SOPHYAINCP)longlat.h \ 63 $(SOPHYAINCP)machdefs.h \ 64 $(SOPHYAINCP)utilgeom.h \ 65 $(SOPHYAINCP)unitvector.h \ 66 $(SOPHYAINCP)vector3d.h \ 67 $(SOPHYAINCP)utilgeom.h geometry.h 59 $(SOPHYAINCP)sopnamsp.h \ 60 datacirclefake.h datacirclebase.h circle.h \ 61 $(SOPHYAINCP)vector3d.h \ 62 $(SOPHYAINCP)longlat.h \ 63 $(SOPHYAINCP)machdefs.h \ 64 $(SOPHYAINCP)utilgeom.h \ 65 $(SOPHYAINCP)unitvector.h \ 66 geometry.h 68 67 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 69 68 70 69 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 71 $(SOPHYAINCP)machdefs.h harmspher.h 70 $(SOPHYAINCP)machdefs.h \ 71 harmspher.h 72 72 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc 73 73 74 74 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 75 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 76 $(SOPHYAINCP)ndatablock.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)anydataobj.h \ 79 $(SOPHYAINCP)tvector.h \ 80 $(SOPHYAINCP)tmatrix.h \ 81 $(SOPHYAINCP)tarray.h \ 82 $(SOPHYAINCP)basarr.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 97 $(SOPHYAINCP)nbrandom.h \ 98 $(SOPHYAINCP)srandgen.h \ 75 $(SOPHYAINCP)sopnamsp.h \ 76 lambdaBuilder.h \ 77 $(SOPHYAINCP)ndatablock.h \ 78 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)anydataobj.h \ 80 $(SOPHYAINCP)tvector.h \ 81 $(SOPHYAINCP)tmatrix.h \ 82 $(SOPHYAINCP)tarray.h \ 83 $(SOPHYAINCP)basarr.h \ 84 $(SOPHYAINCP)mutyv.h \ 85 $(SOPHYAINCP)timestamp.h \ 86 $(SOPHYAINCP)objfio.h \ 87 $(SOPHYAINCP)ppersist.h \ 88 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)gnumd5.h \ 90 $(SOPHYAINCP)ppfbinstream.h \ 91 $(SOPHYAINCP)rawstream.h \ 92 $(SOPHYAINCP)ppfnametag.h \ 93 $(SOPHYAINCP)dvlist.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h \ 97 alm.h $(SOPHYAINCP)srandgen.h \ 99 98 $(SOPHYAINCP)nbmath.h \ 100 99 $(SOPHYAINCP)smathconst.h \ … … 103 102 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc 104 103 105 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 106 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 104 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 105 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 106 $(SOPHYAINCP)sphericalmap.h \ 107 107 $(SOPHYAINCP)smathconst.h \ 108 108 $(SOPHYAINCP)machdefs.h \ … … 133 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 134 $(SOPHYAINCP)tvector_tsnl.h \ 135 $(SOPHYAINCP)unitvector.h \136 135 $(SOPHYAINCP)timing.h 137 136 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc 138 137 139 138 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 140 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 139 $(SOPHYAINCP)sopnamsp.h \ 140 sambainit.h \ 141 141 $(SOPHYAINCP)skymapinit.h \ 142 142 $(SOPHYAINCP)sophyainit.h \ … … 146 146 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc 147 147 148 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 148 $(SOPHYAOBJP)scan.o: scan.cc \ 149 $(SOPHYAINCP)sopnamsp.h \ 149 150 $(SOPHYAINCP)machdefs.h scan.h \ 150 151 $(SOPHYAINCP)ppersist.h \ 151 $(SOPHYAINCP)machdefs.h \ 152 $(SOPHYAINCP)pexceptions.h \ 153 $(SOPHYAINCP)gnumd5.h \ 154 $(SOPHYAINCP)ppfbinstream.h \ 155 $(SOPHYAINCP)rawstream.h \ 156 $(SOPHYAINCP)ppfnametag.h \ 157 $(SOPHYAINCP)ppersist.h \ 152 $(SOPHYAINCP)pexceptions.h \ 153 $(SOPHYAINCP)gnumd5.h \ 154 $(SOPHYAINCP)ppfbinstream.h \ 155 $(SOPHYAINCP)rawstream.h \ 156 $(SOPHYAINCP)ppfnametag.h \ 158 157 $(SOPHYAINCP)dvlist.h \ 159 158 $(SOPHYAINCP)objfio.h \ … … 163 162 $(SOPHYAINCP)ndatablock.h \ 164 163 $(SOPHYAINCP)fiondblock.h \ 165 $(SOPHYAINCP)ndatablock.h \166 164 $(SOPHYAINCP)smathconst.h 167 165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc … … 173 171 $(SOPHYAINCP)sphericalmap.h \ 174 172 $(SOPHYAINCP)smathconst.h \ 175 $(SOPHYAINCP)machdefs.h \176 173 $(SOPHYAINCP)pixelmap.h \ 177 174 $(SOPHYAINCP)ppersist.h \ … … 201 198 $(SOPHYAINCP)tvector_tsnl.h \ 202 199 $(SOPHYAINCP)fftservintf.h \ 203 $(SOPHYAINCP)fftpserver.h \ 204 $(SOPHYAINCP)fftservintf.h alm.h \ 205 $(SOPHYAINCP)nbrandom.h \ 200 $(SOPHYAINCP)fftpserver.h alm.h \ 206 201 $(SOPHYAINCP)srandgen.h \ 207 202 $(SOPHYAINCP)nbmath.h \ 208 203 $(SOPHYAINCP)triangmtx.h \ 209 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 210 $(SOPHYAINCP)ndatablock.h \ 204 lambdaBuilder.h \ 211 205 $(SOPHYAINCP)timing.h 212 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc -
trunk/SophyaLib/Samba/alm.h
r2958 r3077 6 6 #define ALM_SEEN 7 7 8 #include " nbrandom.h"8 #include "srandgen.h" 9 9 #include "nbmath.h" 10 10 #include "triangmtx.h" -
trunk/SophyaLib/Samba/bruit.cc
r2615 r3077 12 12 13 13 #include "bruit.h" 14 #include " nbrandom.h"14 #include "srandgen.h" 15 15 // #include "rancern.h" 16 16 // #include "hbook.h" … … 24 24 // Class NoiseGenerator 25 25 // 26 // include bruit.h math.h fmath.h nbrandom.h26 // include bruit.h math.h fmath.h srandgen.h 27 27 // 28 28 //-- … … 88 88 // Class RWalkNoise 89 89 // 90 // include bruit.h math.h fmath.h nbrandom.h90 // include bruit.h math.h fmath.h srandgen.h 91 91 // 92 92 //-- … … 143 143 // Class OOFNoise 144 144 // 145 // include bruit.h math.h fmath.h nbrandom.h145 // include bruit.h math.h fmath.h srandgen.h 146 146 // 147 147 //-- … … 236 236 // Class EXPNoise 237 237 // 238 // include bruit.h math.h fmath.h nbrandom.h238 // include bruit.h math.h fmath.h srandgen.h 239 239 // 240 240 //-- … … 329 329 // Class MemNoise 330 330 // 331 // include bruit.h math.h fmath.h nbrandom.h331 // include bruit.h math.h fmath.h srandgen.h 332 332 // 333 333 //-- … … 627 627 // Class SumNoise 628 628 // 629 // include bruit.h math.h fmath.h nbrandom.h629 // include bruit.h math.h fmath.h srandgen.h 630 630 // 631 631 // Generateur de bruit blanc + 1/f avec fknee -
trunk/SophyaLib/Samba/mlobe.cc
r2615 r3077 15 15 */ 16 16 17 // #include " nbrandom.h"17 // #include "srandgen.h" 18 18 //++ 19 19 // Class MainLobe -
trunk/SophyaLib/Samba/smakefile
r3007 r3077 11 11 touch $(SOPHYAINCP)/SophyaConfInfo/libsophya.objlist 12 12 13 $(SOPHYAOBJP)alm.o: alm.cc $(SOPHYAINCP)sopnamsp.h alm.h\14 $(SOPHYAINCP) nbrandom.h \13 $(SOPHYAOBJP)alm.o: alm.cc \ 14 $(SOPHYAINCP)sopnamsp.h alm.h \ 15 15 $(SOPHYAINCP)srandgen.h \ 16 16 $(SOPHYAINCP)machdefs.h \ … … 39 39 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ alm.cc 40 40 41 $(SOPHYAOBJP)bruit.o: bruit.cc $(SOPHYAINCP)sopnamsp.h \ 41 $(SOPHYAOBJP)bruit.o: bruit.cc \ 42 $(SOPHYAINCP)sopnamsp.h \ 42 43 $(SOPHYAINCP)fmath.h bruit.h \ 43 $(SOPHYAINCP)nbrandom.h \44 44 $(SOPHYAINCP)srandgen.h \ 45 45 $(SOPHYAINCP)machdefs.h 46 46 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ bruit.cc 47 47 48 $(SOPHYAOBJP)circle.o: circle.cc $(SOPHYAINCP)sopnamsp.h\49 circle.h $(SOPHYAINCP)vector3d.h \50 $(SOPHYAINCP) longlat.h \51 $(SOPHYAINCP) machdefs.h \52 $(SOPHYAINCP) utilgeom.h \53 $(SOPHYAINCP)u nitvector.h \54 $(SOPHYAINCP) vector3d.h \55 $(SOPHYAINCP)utilgeom.hgeometry.h48 $(SOPHYAOBJP)circle.o: circle.cc \ 49 $(SOPHYAINCP)sopnamsp.h circle.h \ 50 $(SOPHYAINCP)vector3d.h \ 51 $(SOPHYAINCP)longlat.h \ 52 $(SOPHYAINCP)machdefs.h \ 53 $(SOPHYAINCP)utilgeom.h \ 54 $(SOPHYAINCP)unitvector.h \ 55 geometry.h 56 56 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ circle.cc 57 57 58 58 $(SOPHYAOBJP)datacirclefake.o: datacirclefake.cc \ 59 $(SOPHYAINCP)sopnamsp.h datacirclefake.h \ 60 datacirclebase.h circle.h \ 61 $(SOPHYAINCP)vector3d.h \ 62 $(SOPHYAINCP)longlat.h \ 63 $(SOPHYAINCP)machdefs.h \ 64 $(SOPHYAINCP)utilgeom.h \ 65 $(SOPHYAINCP)unitvector.h \ 66 $(SOPHYAINCP)vector3d.h \ 67 $(SOPHYAINCP)utilgeom.h geometry.h 59 $(SOPHYAINCP)sopnamsp.h \ 60 datacirclefake.h datacirclebase.h circle.h \ 61 $(SOPHYAINCP)vector3d.h \ 62 $(SOPHYAINCP)longlat.h \ 63 $(SOPHYAINCP)machdefs.h \ 64 $(SOPHYAINCP)utilgeom.h \ 65 $(SOPHYAINCP)unitvector.h \ 66 geometry.h 68 67 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ datacirclefake.cc 69 68 70 69 $(SOPHYAOBJP)harmspher.o: harmspher.cc \ 71 $(SOPHYAINCP)machdefs.h harmspher.h 70 $(SOPHYAINCP)machdefs.h \ 71 harmspher.h 72 72 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ harmspher.cc 73 73 74 74 $(SOPHYAOBJP)lambdaBuilder.o: lambdaBuilder.cc \ 75 $(SOPHYAINCP)sopnamsp.h lambdaBuilder.h \ 76 $(SOPHYAINCP)ndatablock.h \ 77 $(SOPHYAINCP)machdefs.h \ 78 $(SOPHYAINCP)anydataobj.h \ 79 $(SOPHYAINCP)tvector.h \ 80 $(SOPHYAINCP)tmatrix.h \ 81 $(SOPHYAINCP)tarray.h \ 82 $(SOPHYAINCP)basarr.h \ 83 $(SOPHYAINCP)mutyv.h \ 84 $(SOPHYAINCP)timestamp.h \ 85 $(SOPHYAINCP)objfio.h \ 86 $(SOPHYAINCP)ppersist.h \ 87 $(SOPHYAINCP)pexceptions.h \ 88 $(SOPHYAINCP)gnumd5.h \ 89 $(SOPHYAINCP)ppfbinstream.h \ 90 $(SOPHYAINCP)rawstream.h \ 91 $(SOPHYAINCP)ppfnametag.h \ 92 $(SOPHYAINCP)dvlist.h \ 93 $(SOPHYAINCP)ndatablock.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h alm.h \ 97 $(SOPHYAINCP)nbrandom.h \ 98 $(SOPHYAINCP)srandgen.h \ 75 $(SOPHYAINCP)sopnamsp.h \ 76 lambdaBuilder.h \ 77 $(SOPHYAINCP)ndatablock.h \ 78 $(SOPHYAINCP)machdefs.h \ 79 $(SOPHYAINCP)anydataobj.h \ 80 $(SOPHYAINCP)tvector.h \ 81 $(SOPHYAINCP)tmatrix.h \ 82 $(SOPHYAINCP)tarray.h \ 83 $(SOPHYAINCP)basarr.h \ 84 $(SOPHYAINCP)mutyv.h \ 85 $(SOPHYAINCP)timestamp.h \ 86 $(SOPHYAINCP)objfio.h \ 87 $(SOPHYAINCP)ppersist.h \ 88 $(SOPHYAINCP)pexceptions.h \ 89 $(SOPHYAINCP)gnumd5.h \ 90 $(SOPHYAINCP)ppfbinstream.h \ 91 $(SOPHYAINCP)rawstream.h \ 92 $(SOPHYAINCP)ppfnametag.h \ 93 $(SOPHYAINCP)dvlist.h \ 94 $(SOPHYAINCP)utilarr.h \ 95 $(SOPHYAINCP)tmatrix_tsnl.h \ 96 $(SOPHYAINCP)tvector_tsnl.h \ 97 alm.h $(SOPHYAINCP)srandgen.h \ 99 98 $(SOPHYAINCP)nbmath.h \ 100 99 $(SOPHYAINCP)smathconst.h \ … … 103 102 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ lambdaBuilder.cc 104 103 105 $(SOPHYAOBJP)mlobe.o: mlobe.cc $(SOPHYAINCP)sopnamsp.h \ 106 mlobe.h $(SOPHYAINCP)sphericalmap.h \ 104 $(SOPHYAOBJP)mlobe.o: mlobe.cc \ 105 $(SOPHYAINCP)sopnamsp.h mlobe.h \ 106 $(SOPHYAINCP)sphericalmap.h \ 107 107 $(SOPHYAINCP)smathconst.h \ 108 108 $(SOPHYAINCP)machdefs.h \ … … 133 133 $(SOPHYAINCP)tmatrix_tsnl.h \ 134 134 $(SOPHYAINCP)tvector_tsnl.h \ 135 $(SOPHYAINCP)unitvector.h \136 135 $(SOPHYAINCP)timing.h 137 136 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ mlobe.cc 138 137 139 138 $(SOPHYAOBJP)sambainit.o: sambainit.cc \ 140 $(SOPHYAINCP)sopnamsp.h sambainit.h \ 139 $(SOPHYAINCP)sopnamsp.h \ 140 sambainit.h \ 141 141 $(SOPHYAINCP)skymapinit.h \ 142 142 $(SOPHYAINCP)sophyainit.h \ … … 146 146 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sambainit.cc 147 147 148 $(SOPHYAOBJP)scan.o: scan.cc $(SOPHYAINCP)sopnamsp.h \ 148 $(SOPHYAOBJP)scan.o: scan.cc \ 149 $(SOPHYAINCP)sopnamsp.h \ 149 150 $(SOPHYAINCP)machdefs.h scan.h \ 150 151 $(SOPHYAINCP)ppersist.h \ 151 $(SOPHYAINCP)machdefs.h \ 152 $(SOPHYAINCP)pexceptions.h \ 153 $(SOPHYAINCP)gnumd5.h \ 154 $(SOPHYAINCP)ppfbinstream.h \ 155 $(SOPHYAINCP)rawstream.h \ 156 $(SOPHYAINCP)ppfnametag.h \ 157 $(SOPHYAINCP)ppersist.h \ 152 $(SOPHYAINCP)pexceptions.h \ 153 $(SOPHYAINCP)gnumd5.h \ 154 $(SOPHYAINCP)ppfbinstream.h \ 155 $(SOPHYAINCP)rawstream.h \ 156 $(SOPHYAINCP)ppfnametag.h \ 158 157 $(SOPHYAINCP)dvlist.h \ 159 158 $(SOPHYAINCP)objfio.h \ … … 163 162 $(SOPHYAINCP)ndatablock.h \ 164 163 $(SOPHYAINCP)fiondblock.h \ 165 $(SOPHYAINCP)ndatablock.h \166 164 $(SOPHYAINCP)smathconst.h 167 165 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ scan.cc … … 173 171 $(SOPHYAINCP)sphericalmap.h \ 174 172 $(SOPHYAINCP)smathconst.h \ 175 $(SOPHYAINCP)machdefs.h \176 173 $(SOPHYAINCP)pixelmap.h \ 177 174 $(SOPHYAINCP)ppersist.h \ … … 201 198 $(SOPHYAINCP)tvector_tsnl.h \ 202 199 $(SOPHYAINCP)fftservintf.h \ 203 $(SOPHYAINCP)fftpserver.h \ 204 $(SOPHYAINCP)fftservintf.h alm.h \ 205 $(SOPHYAINCP)nbrandom.h \ 200 $(SOPHYAINCP)fftpserver.h alm.h \ 206 201 $(SOPHYAINCP)srandgen.h \ 207 202 $(SOPHYAINCP)nbmath.h \ 208 203 $(SOPHYAINCP)triangmtx.h \ 209 $(SOPHYAINCP)tvector.h lambdaBuilder.h \ 210 $(SOPHYAINCP)ndatablock.h \ 204 lambdaBuilder.h \ 211 205 $(SOPHYAINCP)timing.h 212 206 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ sphericaltransformserver.cc -
trunk/SophyaLib/Samba/sphericaltransformserver.cc
r3003 r3077 6 6 #include "sphericaltransformserver.h" 7 7 #include "tvector.h" 8 #include " nbrandom.h"8 #include "srandgen.h" 9 9 #include "nbmath.h" 10 10 #include "timing.h"
Note:
See TracChangeset
for help on using the changeset viewer.