aimsdata 6.0.0
Neuroimaging data handling
aims::EcatSinoWriter< T > Class Template Reference

#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.
 
virtual ~EcatSinoWriter ()
 Destructor does nothing special.
 
Methods
void write (const std::vector< Sinogram< T > > &thing)
 Write the data to disk with "name" file name.
 
void write (const Sinogram< T > &thing)
 
std::string removeExtension (const std::string &name)
 

Detailed Description

template<class T>
class aims::EcatSinoWriter< T >

Definition at line 57 of file ecatSinoW.h.

Constructor & Destructor Documentation

◆ EcatSinoWriter()

template<class T>
aims::EcatSinoWriter< T >::EcatSinoWriter ( const std::string & name)
inline

The programmer should give the file name to the writer.

Parameters
namereference to the file name

Definition at line 65 of file ecatSinoW.h.

Referenced by aims::operator<<().

◆ ~EcatSinoWriter()

template<class T>
virtual aims::EcatSinoWriter< T >::~EcatSinoWriter ( )
inlinevirtual

Destructor does nothing special.

Definition at line 67 of file ecatSinoW.h.

Member Function Documentation

◆ removeExtension()

template<class T>
std::string aims::EcatSinoWriter< T >::removeExtension ( const std::string & name)

◆ write() [1/2]

template<class T>
void aims::EcatSinoWriter< T >::write ( const Sinogram< T > & thing)

◆ write() [2/2]

template<class T>
void aims::EcatSinoWriter< T >::write ( const std::vector< Sinogram< T > > & thing)

Write the data to disk with "name" file name.

Parameters
thingconst reference to the data to write

The documentation for this class was generated from the following file: