34 #ifndef AIMS_IO_GIFTIFORMAT_H
35 #define AIMS_IO_GIFTIFORMAT_H
44 template<
int D,
typename T>
48 virtual bool read(
const std::string & filename,
50 const carto::AllocatorContext & context,
52 virtual bool write(
const std::string & filename,
73 virtual bool read(
const std::string & filename,
75 const carto::AllocatorContext & context,
77 virtual bool write(
const std::string & filename,
The template class to manage a mesh with time if needed.
void setOptions(carto::Object opt)
virtual bool read(const std::string &filename, TimeTexture< T > &vol, const carto::AllocatorContext &context, carto::Object options)
void setEncoding(int enc)
const carto::Object options() const
virtual bool write(const std::string &filename, const TimeTexture< T > &vol, carto::Object options=carto::none())
The class for EcatSino data write operation.