34 #ifndef AIMS_IO_VIDAR_H
35 #define AIMS_IO_VIDAR_H
47 template <
class T >
class VidaReader;
49 template <
class T > VidaReader< T >&
71 const carto::AllocatorContext & context,
int frame,
75 const carto::AllocatorContext & c,
86 template<
class T >
inline
The class for VIDA data read operation.
VidaReader(const std::string &name)
void read(AimsData< T > &thing, const carto::AllocatorContext &context, carto::Object options)
Read the data with "name" file name from disk.
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)
The class for EcatSino data write operation.
GenesisReader< T > & operator>>(GenesisReader< T > &reader, AimsData< T > &thing)