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,
47 carto::Object options )
50 r.read( vol, context, options );
55 bool JpegFormat<T>::write(
const std::string & filename,
56 const AimsData<T> & vol, carto::Object )
63 catch( std::exception & e )
The class for EcatSino data write operation.