Changeset 668 in Sophya for trunk/SophyaLib/SkyT/trianglefilt.h


Ignore:
Timestamp:
Nov 29, 1999, 3:16:10 PM (26 years ago)
Author:
ansari
Message:

Ajout de classes deleguees PPersist et correction integration - Sophie 29/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SkyT/trianglefilt.h

    r607 r668  
    22//--------------------------------------------------------------------------
    33// File and Version Information:
    4 //      $Id: trianglefilt.h,v 1.2 1999-11-20 21:00:54 ansari Exp $
     4//      $Id: trianglefilt.h,v 1.3 1999-11-29 14:16:10 ansari Exp $
    55//
    66// Description:
     
    3131  //Constructors
    3232  TriangleFilter (double numin, double numax,double nupeak, double valueatpeak);
    33  
     33  TriangleFilter ();
    3434
    3535  // destructor
     
    4343  virtual double peakFreq() const;
    4444  virtual double peakTransmission() const;
     45  virtual void WriteSelf(POutPersist& s) ;
     46  virtual void ReadSelf(PInPersist& s)  ;
    4547
    4648protected:
Note: See TracChangeset for help on using the changeset viewer.