#include <SeismicStationList.h>
Public Types | |
| typedef std::vector < boost::shared_ptr < SeismicDataComp > > | tseiscompvector |
Public Member Functions | |
| tseiscompvector & | GetList () |
| Return the content of the list for manipulation. | |
| const tseiscompvector & | GetList () const |
| return a read only version of thelist | |
| void | ReadList (const std::string filename) |
| read in a file with names and optionally coordinates | |
| void | WriteList (const std::string filename="station.list") |
| Write out a file with the names of the files in the current list. | |
| void | WriteAllData () |
| Write out the data of the files in the list. | |
| SeismicStationList () | |
| virtual | ~SeismicStationList () |
Definition at line 11 of file SeismicStationList.h.
| typedef std::vector<boost::shared_ptr<SeismicDataComp> > SeismicStationList::tseiscompvector |
Definition at line 14 of file SeismicStationList.h.
| SeismicStationList::SeismicStationList | ( | ) |
Definition at line 7 of file SeismicStationList.cpp.
| SeismicStationList::~SeismicStationList | ( | ) | [virtual] |
Definition at line 11 of file SeismicStationList.cpp.
| const tseiscompvector& SeismicStationList::GetList | ( | ) | const [inline] |
| tseiscompvector& SeismicStationList::GetList | ( | ) | [inline] |
Return the content of the list for manipulation.
Definition at line 19 of file SeismicStationList.h.
Referenced by main(), and WriteToNetCDF().
| void SeismicStationList::ReadList | ( | const std::string | filename | ) |
read in a file with names and optionally coordinates
Definition at line 15 of file SeismicStationList.cpp.
Referenced by main().
| void SeismicStationList::WriteAllData | ( | ) |
| void SeismicStationList::WriteList | ( | const std::string | filename = "station.list" |
) |
Write out a file with the names of the files in the current list.
Definition at line 50 of file SeismicStationList.cpp.
1.5.8