|
GPLIB++
|
#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[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 77 of file plotrecfunc.cpp.
References gplib::SeismicStationList::GetList(), gplib::Mean(), gplib::SeismicStationList::ReadList(), version, and WriteToNetCDF().
| 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().
1.8.6