GPLIB++
Functions
plotrecfunc.cpp File Reference
#include "SeismicStationList.h"
#include <iostream>
#include <string>
#include <vector>
#include <functional>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include <fstream>
#include "Util.h"
#include "netcdfcpp.h"
#include "statutils.h"

Go to the source code of this file.

Functions

void WriteToNetCDF (string filename, SeismicStationList &Stations, boost::function< double(SeismicDataComp *)> f)
 
int main (int argc, char *argv[])
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void WriteToNetCDF ( string  filename,
SeismicStationList Stations,
boost::function< double(SeismicDataComp *)>  f 
)

Definition at line 16 of file plotrecfunc.cpp.

References f(), and gplib::SeismicStationList::GetList().

Referenced by main().