1 #ifndef SEISMICSTATIONLIST_H_
2 #define SEISMICSTATIONLIST_H_
4 #include <boost/shared_ptr.hpp>
31 void ReadList(
const std::string filename);
33 void WriteList(
const std::string filename =
"station.list");
tseiscompvector & GetList()
Return the content of the list for manipulation.
void WriteAllData()
Write out the data of the files in the list.
std::vector< boost::shared_ptr< SeismicDataComp > > tseiscompvector
Manages a collection of seismic traces, mainly provides functionality to read in data specified in a ...
virtual ~SeismicStationList()
void ReadList(const std::string filename)
read in a file with names and optionally coordinates
const tseiscompvector & GetList() const
return a read only version of thelist
void WriteList(const std::string filename="station.list")
Write out a file with the names of the files in the current list.