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 & ,
48 carto::Object options )
51 options->getProperty(
"frame", frame );
58 bool TexFormat<T>::write(
const std::string & filename,
59 const TimeTexture<T> & obj, carto::Object options )
67 carto::Object aso = options->getProperty(
"ascii" );
69 ascii = (bool) aso->getScalar();
75 w.write( obj, ascii );
Tex format readers for texture objects.
Tex format readers for texture objects.
The class for EcatSino data write operation.