37 #ifndef AIMS_IO_ECATSINOW_H 38 #define AIMS_IO_ECATSINOW_H 80 std::string removeExtension(
const std::string& name);
95 operator << (EcatSinoWriter<T>& writer,
96 const std::vector < Sinogram<T> >& thing)
EcatSinoWriter(const std::string &name)
The programmer should give the file name to the writer.
The class for EcatSino data write operation.
void write(const std::vector< Sinogram< T > > &thing)
Write the data to disk with "name" file name.
virtual ~EcatSinoWriter()
Destructor does nothing special.