34 #ifndef AIMS_IO_BASEFORMATS_GENERICOBJECT_H 
   35 #define AIMS_IO_BASEFORMATS_GENERICOBJECT_H 
   47       const std::string &, 
const carto::AllocatorContext &,
 
   61     virtual bool read( 
const std::string & filename, T & obj,
 
   62                        const carto::AllocatorContext & context, 
 
   64     virtual T* 
read( 
const std::string & filename,
 
   65                      const carto::AllocatorContext & context,
 
   67     virtual bool write( 
const std::string &, 
const T &,
 
The class for EcatSino data write operation.