Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
watplot.cc File Reference
#include <iostream>
#include <stdexcept>
#include <fstream>
#include "watplot.hh"
#include "WDM.hh"
#include "TSystem.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TPaletteAxis.h"
Include dependency graph for watplot.cc:

Macros

#define WATPLOT_CC
 

Functions

wavearray< double > & operator>> (watplot &graph, wavearray< double > &x)
 
watplotoperator>> (wavearray< double > &x, watplot &graph)
 
TStringoperator>> (watplot &graph, TString &fname)
 
char * operator>> (watplot &graph, char *fname)
 

Macro Definition Documentation

#define WATPLOT_CC

Definition at line 1 of file watplot.cc.

Function Documentation

wavearray<double>& operator>> ( watplot graph,
wavearray< double > &  x 
)

Definition at line 1257 of file watplot.cc.

watplot& operator>> ( wavearray< double > &  x,
watplot graph 
)

Definition at line 1268 of file watplot.cc.

TString& operator>> ( watplot graph,
TString fname 
)

Definition at line 1305 of file watplot.cc.

char* operator>> ( watplot graph,
char *  fname 
)

Definition at line 1342 of file watplot.cc.