34 #ifndef AIMS_IO_VIDAFORMAT_D_H 
   35 #define AIMS_IO_VIDAFORMAT_D_H 
   47   bool VidaFormat<T>::read( 
const std::string & filename, 
AimsData<T> & vol, 
 
   48                             const carto::AllocatorContext & context, 
 
   51     VidaReader<T>       r( filename );
 
   52     r.read( vol, context, options );
 
   57   bool VidaFormat<T>::write( 
const std::string & filename, 
 
   62         VidaWriter      r( filename );
 
   65     catch( std::exception & e )
 
The class for EcatSino data write operation.