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