![]() |
aimsdata
4.7.0
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 |
Definition at line 62 of file vidaR.h.
References aims::VidaReader< T >::frameRead(), aims::VidaReader< T >::read(), and aims::VidaReader< T >::setupMemMode().
void aims::VidaReader< T >::frameRead | ( | AimsData< T > & | thing, |
const carto::AllocatorContext & | context, | ||
int | frame, | ||
int | border = 0 |
||
) |
Referenced by aims::VidaReader< T >::~VidaReader().
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 |
Referenced by aims::operator>>(), and aims::VidaReader< T >::~VidaReader().
carto::AllocatorContext aims::VidaReader< T >::setupMemMode | ( | const VidaHeader & | hdr, |
const carto::AllocatorContext & | c, | ||
int | border | ||
) |
Referenced by aims::VidaReader< T >::~VidaReader().
|
friend |