![]() |
aimsdata
5.0.5
Neuroimaging data handling
|
The class for Ecat data read operation. More...
#include <aims/io/ecatR.h>
Public Member Functions | |
EcatReader (const std::string &name) | |
virtual | ~EcatReader () |
void | read (AimsData< T > &thing, const carto::AllocatorContext &context, carto::Object options) |
void | frameRead (AimsData< T > &thing, const carto::AllocatorContext &context, int frame, int border=0) |
std::string | removeExtension (const std::string &name) |
Return a name without .v extension. More... | |
float | getScale () |
Friends | |
EcatReader< T > & | operator>> (EcatReader< T > &reader, AimsData< T > &thing) |
Input stream operator. More... | |
The class for Ecat data read operation.
|
inline |
|
inlinevirtual |
Definition at line 62 of file ecatR.h.
References aims::EcatReader< T >::frameRead(), aims::EcatReader< T >::read(), and aims::EcatReader< T >::removeExtension().
void aims::EcatReader< T >::frameRead | ( | AimsData< T > & | thing, |
const carto::AllocatorContext & | context, | ||
int | frame, | ||
int | border = 0 |
||
) |
Referenced by aims::EcatReader< T >::~EcatReader().
|
inline |
void aims::EcatReader< T >::read | ( | AimsData< T > & | thing, |
const carto::AllocatorContext & | context, | ||
carto::Object | options | ||
) |
Referenced by aims::operator>>(), and aims::EcatReader< T >::~EcatReader().
std::string aims::EcatReader< T >::removeExtension | ( | const std::string & | name | ) |
Return a name without .v extension.
Referenced by aims::EcatReader< T >::~EcatReader().
|
friend |