aimsdata  5.0.5
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. 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)
 

Detailed Description

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

Definition at line 51 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.

◆ ~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 std::vector< Sinogram< T > > &  thing)

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

Parameters
thingconst reference to the data to write

Referenced by aims::operator<<().

◆ write() [2/2]

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

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