Logo coherent WaveBurst  
Library Reference Guide
Logo
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

◆ WATPLOT_CC

#define WATPLOT_CC

Definition at line 19 of file watplot.cc.

Function Documentation

◆ operator>>() [1/4]

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

Definition at line 1276 of file watplot.cc.

◆ operator>>() [2/4]

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

Definition at line 1287 of file watplot.cc.

◆ operator>>() [3/4]

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

Definition at line 1324 of file watplot.cc.

◆ operator>>() [4/4]

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

Definition at line 1361 of file watplot.cc.