34 #ifndef AIMS_IO_JPEGFORMAT_D_H 
   35 #define AIMS_IO_JPEGFORMAT_D_H 
   45   bool JpegFormat<T>::read( 
const std::string & filename, 
AimsData<T> & vol, 
 
   46                             const carto::AllocatorContext & context, 
 
   49     JpegReader<T>       r( filename );
 
   50     r.read( vol, context, options );
 
   55   bool JpegFormat<T>::write( 
const std::string & filename, 
 
   60         JpegWriter<T>   r( filename );
 
   63     catch( std::exception & e )
 
The class for EcatSino data write operation.