Changeset 1405 in Sophya for trunk/SophyaLib/NTools/fftservintf.h


Ignore:
Timestamp:
Feb 15, 2001, 6:58:16 PM (25 years ago)
Author:
ansari
Message:

Ajout documentation - Reza 15/2/2001

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/fftservintf.h

    r1402 r1405  
    2727  virtual FFTServerInterface * Clone() = 0;
    2828
     29//! Set/clear the flag for normalizing Fourier transforms.
    2930  inline void setNormalize(bool fg=false) { _fgnorm = fg; }
     31//! Returns the status of normalization flag for the server
    3032  inline bool getNormalize() const { return(_fgnorm); }
     33//! Returns the information string associated with the server
    3134  inline string getInfo() const { return _info; }
    3235
     
    5356};
    5457
    55 } // Fin du namespace
    5658
    5759template <class T>
     
    7981};
    8082
     83} // Fin du namespace
     84
    8185#endif
Note: See TracChangeset for help on using the changeset viewer.