aimsdata  5.0.5
Neuroimaging data handling
writer_d.h File Reference
Include dependency graph for writer_d.h:

Go to the source code of this file.

Namespaces

 aims
 The class for EcatSino data write operation.
 

Macros

#define AIMS_INSTANTIATE_WRITER(T)
 
#define AIMS_INSTANTIATE_ONLY_WRITER(T)
 

Macro Definition Documentation

◆ AIMS_INSTANTIATE_ONLY_WRITER

#define AIMS_INSTANTIATE_ONLY_WRITER (   T)
Value:
namespace aims { \
template class aims::Writer< T >; \
}
The class for EcatSino data write operation.
Definition: border.h:44
Generic writer for every format of Aims object.
Definition: writer.h:92

Definition at line 58 of file writer_d.h.

◆ AIMS_INSTANTIATE_WRITER

#define AIMS_INSTANTIATE_WRITER (   T)
Value:
namespace aims { \
template class aims::Writer< T >; \
template bool \
GenericWriter::write< T >( const T &, bool, const std::string * ); \
}
The class for EcatSino data write operation.
Definition: border.h:44
Generic writer for every format of Aims object.
Definition: writer.h:92

Definition at line 51 of file writer_d.h.