Changeset 1807 in Sophya for trunk/ArchTOIPipe/ProcWSophya
- Timestamp:
- Dec 1, 2001, 2:35:15 PM (24 years ago)
- Location:
- trunk/ArchTOIPipe/ProcWSophya
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/ProcWSophya/toi2map.cc
r1806 r1807 3 3 // Christophe Magneville 4 4 // Reza Ansari 5 // $Id: toi2map.cc,v 1.2 2 2001-12-01 13:34:08aubourg Exp $5 // $Id: toi2map.cc,v 1.23 2001-12-01 13:35:15 aubourg Exp $ 6 6 7 7 #include "machdefs.h" … … 9 9 #include "pexceptions.h" 10 10 #include "ctimer.h" 11 #include "toi gmap.h"11 #include "toi2map.h" 12 12 13 13 //////////////////////////////////////////////////////////////////////// -
trunk/ArchTOIPipe/ProcWSophya/toi2map.h
r1805 r1807 5 5 // Christophe Magneville 6 6 // Reza Ansari 7 // $Id: toi2map.h,v 1.1 2 2001-11-30 21:07:16aubourg Exp $7 // $Id: toi2map.h,v 1.13 2001-12-01 13:34:09 aubourg Exp $ 8 8 9 9 #ifndef TOI2GMAP_H … … 35 35 // Si les CoordIn et les CoordOut sont equatoriales -> meme equinoxe! 36 36 37 class TOI2 GMap : public TOIProcessor {37 class TOI2Map : public TOIProcessor { 38 38 public: 39 TOI2 GMap(PixelMap<r_8>* map,PixelMap<r_8>* wmap=NULL);40 virtual ~TOI2 GMap();39 TOI2Map(PixelMap<r_8>* map,PixelMap<r_8>* wmap=NULL); 40 virtual ~TOI2Map(); 41 41 42 42 virtual void init(void);
Note:
See TracChangeset
for help on using the changeset viewer.