|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
The class for VIDA data read operation. More...
#include <aims/io/vidaR.h>
| Public Member Functions | |
| VidaReader (const std::string &name) | |
| virtual | ~VidaReader () | 
| void | read (AimsData< T > &thing, const carto::AllocatorContext &context, carto::Object options) | 
| Read the data with "name" file name from disk.  More... | |
| void | frameRead (AimsData< T > &thing, const carto::AllocatorContext &context, int frame, int border=0) | 
| carto::AllocatorContext | setupMemMode (const VidaHeader &hdr, const carto::AllocatorContext &c, int border) | 
| Friends | |
| VidaReader< T > & | operator>> (VidaReader< T > &reader, AimsData< T > &thing) | 
| Input stream operator.  More... | |
The class for VIDA data read operation.
| 
 | inline | 
| 
 | inlinevirtual | 
| void aims::VidaReader< T >::frameRead | ( | AimsData< T > & | thing, | 
| const carto::AllocatorContext & | context, | ||
| int | frame, | ||
| int | border = 0 | ||
| ) | 
| void aims::VidaReader< T >::read | ( | AimsData< T > & | thing, | 
| const carto::AllocatorContext & | context, | ||
| carto::Object | options | ||
| ) | 
Read the data with "name" file name from disk.
| thing | reference to the data to read | 
| carto::AllocatorContext aims::VidaReader< T >::setupMemMode | ( | const VidaHeader & | hdr, | 
| const carto::AllocatorContext & | c, | ||
| int | border | ||
| ) | 
| 
 | friend |