Changeset 584 in Sophya for trunk/SophyaPI/PIext/pipodrw.h


Ignore:
Timestamp:
Nov 17, 1999, 11:08:41 AM (26 years ago)
Author:
ercodmgr
Message:

Modifs pour SOPHYA , TMatrix, PixelMap, ... Reza 17/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pipodrw.h

    r551 r584  
    1313
    1414#ifdef SANS_EVOLPLANCK
    15 #include "cvector.h"
    16 #include "matrix.h"
    1715class GeneralFunction;
    1816#else
    19 #include "tvector.h"
    20 #include "tmatrix.h"
    2117namespace SOPHYA {class GeneralFunction;}
    2218#endif
     
    3632
    3733
    38 // Adaptateur de vecteurs Peida++ a P1DArrayAdapter
    39 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 };
    4934
    5035// Adaptateur d'Histo-2D Peida++ a P2DArrayAdapter
     
    5944  bool aDel;
    6045  Histo2D* mH2d;
     46};
     47
     48#ifdef SANS_EVOLPLANCK
     49#include "cvector.h"
     50#include "matrix.h"
     51
     52// Adaptateur de vecteurs Peida++ a P1DArrayAdapter
     53class POVectorAdapter : public P1DArrayAdapter {
     54public :
     55                  POVectorAdapter(Vector* v, bool ad=false);
     56  virtual         ~POVectorAdapter();
     57  virtual double  Value(int i);
     58
     59protected:
     60  bool aDel;
     61  Vector* mVec;
    6162};
    6263
     
    7576};
    7677
     78#endif   // SANS_EVOLPLANCK
    7779
    7880#endif
Note: See TracChangeset for help on using the changeset viewer.