34#ifndef AIMS_IO_ECATFORMAT_D_H
35#define AIMS_IO_ECATFORMAT_D_H
45 bool EcatFormat<T>::read(
const std::string & filename, AimsData<T> & vol,
46 const carto::AllocatorContext & context,
47 carto::Object options )
50 r.read( vol, context, options );
55 bool EcatFormat<T>::write(
const std::string & filename,
56 const AimsData<T> & vol, carto::Object )
63 catch( std::exception & e )
The class for Ecat data read operation.
The class for VIDA data write operation.
The class for EcatSino data write operation.