|  | aimsdata
    5.1.2
    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 | 
| void aims::EcatReader< T >::frameRead | ( | AimsData< T > & | thing, | 
| const carto::AllocatorContext & | context, | ||
| int | frame, | ||
| int | border = 0 | ||
| ) | 
| 
 | inline | 
| void aims::EcatReader< T >::read | ( | AimsData< T > & | thing, | 
| const carto::AllocatorContext & | context, | ||
| carto::Object | options | ||
| ) | 
| std::string aims::EcatReader< T >::removeExtension | ( | const std::string & | name | ) | 
Return a name without .v extension.
| 
 | friend |