![]() |
aimsdata 6.0.0
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. | |
| float | getScale () |
Friends | |
| EcatReader< T > & | operator>> (EcatReader< T > &reader, AimsData< T > &thing) |
| Input stream operator. | |
The class for Ecat data read operation.
|
inline |
Definition at line 59 of file ecatR.h.
Referenced by operator>>.
|
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 ) |
Referenced by operator>>.
| std::string aims::EcatReader< T >::removeExtension | ( | const std::string & | name | ) |
Return a name without .v extension.
|
friend |