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

◆ graph_header_code

Enumerator
xstride 
xspan 
xscalemin 
xscalemax 
xnscales 
xsamp_freq 

Definition at line 25 of file wavegraph.cc.

Function Documentation

◆ bothspaces()

bool bothspaces ( char  lhs,
char  rhs 
)

Definition at line 22 of file wavegraph.cc.

◆ header_hash()

graph_header_code header_hash ( std::string const &  str)

Definition at line 35 of file wavegraph.cc.

◆ median()

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

Definition at line 485 of file wavegraph.cc.