|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <cartobase/object/object.h>

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::GenericWriter & | aims::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... | |