Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
readframe.hh
Go to the documentation of this file.
1 /********************************************************/
2 /* Wavelet Analysis Tool */
3 /* file readframe.hh */
4 /********************************************************/
5 
6 //#ifndef _READFRAME_H
7 // #define _READFRAME_H
8 
9 #ifndef _STRING_H
10  #include <string>
11 #endif
12 #include "waverdc.hh"
13 #include "wseries.hh"
14 #include "lossy.hh"
15 #include "FrameL.h"
16 
18 ReadFrame(double t, char *cname, char *fname, bool seek=true);
19 
20 //#endif // _READFRAME_H
wavearray< double > t(hp.size())
WSeries< float > * ReadFrame(double t, char *cname, char *fname, bool seek=true)
Definition: readframe.cc:19
char fname[1024]