Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
frame_LinkDef.h
Go to the documentation of this file.
1 #ifdef __CINT__
2 
3 #pragma link off all globals;
4 #pragma link off all classes;
5 #pragma link off all functions;
6 
7 //#pragma link C++ namespace CWB;
8 
9 #pragma link C++ function operator>>(CWB::frame&,wavearray<double>&);
10 #pragma link C++ function operator>>(wavearray<double>&,CWB::frame&);
11 #pragma link C++ function operator<<(CWB::frame&,wavearray<double>&);
12 
13 #pragma link C++ class CWB::frame+;
14 //#pragma link C++ struct frfile+;
15 #pragma link C++ class vector<frfile>+;
16 
17 #endif // __CINT__