34 #ifndef AIMS_IO_BASEFORMATS_TEXTURE_D_H 
   35 #define AIMS_IO_BASEFORMATS_TEXTURE_D_H 
   46   bool TexFormat<T>::read( 
const std::string & filename, 
TimeTexture<T> & obj, 
 
   47                            const carto::AllocatorContext & , 
 
   51     options->getProperty( 
"frame", frame );
 
   52     TexReader<T>        r( filename );
 
   58   bool TexFormat<T>::write( 
const std::string & filename, 
 
   61     TexWriter<T>        w( filename );
 
   69           ascii = (bool) aso->getScalar();
 
   75     w.write( obj, ascii );
 
The class for EcatSino data write operation.