aimsdata  5.1.2
Neuroimaging data handling
writer.h File Reference
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

 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. More...