Changeset 584 in Sophya for trunk/SophyaPI/PIext/pipodrw.h
- Timestamp:
- Nov 17, 1999, 11:08:41 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pipodrw.h
r551 r584 13 13 14 14 #ifdef SANS_EVOLPLANCK 15 #include "cvector.h"16 #include "matrix.h"17 15 class GeneralFunction; 18 16 #else 19 #include "tvector.h"20 #include "tmatrix.h"21 17 namespace SOPHYA {class GeneralFunction;} 22 18 #endif … … 36 32 37 33 38 // Adaptateur de vecteurs Peida++ a P1DArrayAdapter39 class POVectorAdapter : public P1DArrayAdapter {40 public :41 POVectorAdapter(Vector* v, bool ad=false);42 virtual ~POVectorAdapter();43 virtual double Value(int i);44 45 protected:46 bool aDel;47 Vector* mVec;48 };49 34 50 35 // Adaptateur d'Histo-2D Peida++ a P2DArrayAdapter … … 59 44 bool aDel; 60 45 Histo2D* mH2d; 46 }; 47 48 #ifdef SANS_EVOLPLANCK 49 #include "cvector.h" 50 #include "matrix.h" 51 52 // Adaptateur de vecteurs Peida++ a P1DArrayAdapter 53 class POVectorAdapter : public P1DArrayAdapter { 54 public : 55 POVectorAdapter(Vector* v, bool ad=false); 56 virtual ~POVectorAdapter(); 57 virtual double Value(int i); 58 59 protected: 60 bool aDel; 61 Vector* mVec; 61 62 }; 62 63 … … 75 76 }; 76 77 78 #endif // SANS_EVOLPLANCK 77 79 78 80 #endif
Note:
See TracChangeset
for help on using the changeset viewer.