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, 
 
   49     EcatReader<T>       r( filename );
 
   50     r.read( vol, context, options );
 
   55   bool EcatFormat<T>::write( 
const std::string & filename, 
 
   60         EcatWriter      r( filename );
 
   63     catch( std::exception & e )
 
The class for EcatSino data write operation.