Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumerations | Functions
wavegraph.cc File Reference
#include "wavegraph.hh"
Include dependency graph for wavegraph.cc:

Enumerations

enum  graph_header_code {
  xstride, xspan, xscalemin, xscalemax,
  xnscales, xsamp_freq
}
 

Functions

bool bothspaces (char lhs, char rhs)
 
graph_header_code header_hash (std::string const &str)
 
double median (std::vector< double > &vec)
 

Enumeration Type Documentation

Enumerator
xstride 
xspan 
xscalemin 
xscalemax 
xnscales 
xsamp_freq 

Definition at line 7 of file wavegraph.cc.

Function Documentation

bool bothspaces ( char  lhs,
char  rhs 
)

Definition at line 4 of file wavegraph.cc.

graph_header_code header_hash ( std::string const &  str)

Definition at line 17 of file wavegraph.cc.

double median ( std::vector< double > &  vec)

Definition at line 467 of file wavegraph.cc.