aimsdata  5.1.2
Neuroimaging data handling
aims::EcatSinoReader< T > Class Template Reference

#include <aims/io/ecatSinoR.h>

Public Member Functions

 EcatSinoReader (const std::string &name)
 
 ~EcatSinoReader ()
 
void read (Sinogram< T > &thing, int bedDataOrFrame)
 
void read (std::vector< Sinogram< T > > &thing)
 
std::string removeExtension (const std::string &name)
 Return a name without .v extension. More...
 
void setMode (FileOpenMode mode)
 set input file mode More...
 

Detailed Description

template<class T>
class aims::EcatSinoReader< T >

Definition at line 49 of file ecatSinoR.h.

Constructor & Destructor Documentation

◆ EcatSinoReader()

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

Definition at line 52 of file ecatSinoR.h.

◆ ~EcatSinoReader()

template<class T >
aims::EcatSinoReader< T >::~EcatSinoReader ( )
inline

Definition at line 53 of file ecatSinoR.h.

Member Function Documentation

◆ read() [1/2]

template<class T >
void aims::EcatSinoReader< T >::read ( Sinogram< T > &  thing,
int  bedDataOrFrame 
)

Referenced by aims::operator>>().

◆ read() [2/2]

template<class T >
void aims::EcatSinoReader< T >::read ( std::vector< Sinogram< T > > &  thing)

◆ removeExtension()

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

Return a name without .v extension.

◆ setMode()

template<class T >
void aims::EcatSinoReader< T >::setMode ( FileOpenMode  mode)

set input file mode


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