aimsdata 6.0.0
Neuroimaging data handling
writer.h File Reference
#include <cartobase/object/object.h>
Include dependency graph for writer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  aims::GenericWriter
 
class  aims::Writer< T >
 Generic writer for every format of Aims object. More...
 

Namespaces

namespace  aims
 The class for EcatSino data write operation.
 

Functions

template<class T>
aims::GenericWriteraims::operator<< (aims::GenericWriter &writer, const T &thing)
 
template<class T>
aims::Writer< T > & aims::operator<< (aims::Writer< T > &writer, const T &thing)
 
template<typename T>
bool aims::write (const T &obj, const std::string &filename, carto::Object options=carto::none(), const std::string *format=0)
 Finds the correct format and writes the object, global version.