![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
#include <aims/io/ecatSinoW.h>
Public Member Functions | |
Constructor and Destructor | |
EcatSinoWriter (const std::string &name) | |
The programmer should give the file name to the writer. More... | |
virtual | ~EcatSinoWriter () |
Destructor does nothing special. More... | |
Methods | |
void | write (const std::vector< Sinogram< T > > &thing) |
Write the data to disk with "name" file name. More... | |
void | write (const Sinogram< T > &thing) |
std::string | removeExtension (const std::string &name) |
Definition at line 51 of file ecatSinoW.h.
|
inline |
The programmer should give the file name to the writer.
name | reference to the file name |
Definition at line 65 of file ecatSinoW.h.
|
inlinevirtual |
Destructor does nothing special.
Definition at line 67 of file ecatSinoW.h.
std::string aims::EcatSinoWriter< T >::removeExtension | ( | const std::string & | name | ) |
void aims::EcatSinoWriter< T >::write | ( | const std::vector< Sinogram< T > > & | thing | ) |
Write the data to disk with "name" file name.
thing | const reference to the data to write |
Referenced by aims::operator<<().
void aims::EcatSinoWriter< T >::write | ( | const Sinogram< T > & | thing | ) |