aimsdata  5.1.2
Neuroimaging data handling
reader_d.h File Reference
Include dependency graph for reader_d.h:

Go to the source code of this file.

Namespaces

 aims
 The class for EcatSino data write operation.
 

Macros

#define localMsg(message)   cartoCondMsg( 4, message, "AIMS::READER" )
 
#define AIMS_INSTANTIATE_READER(T)
 
#define AIMS_INSTANTIATE_AIMS_READER(T)
 

Macro Definition Documentation

◆ AIMS_INSTANTIATE_AIMS_READER

#define AIMS_INSTANTIATE_AIMS_READER (   T)
Value:
namespace aims { \
template class aims::Reader< T >; \
}
Generic reader for every format of Aims object.
Definition: reader.h:70
The class for EcatSino data write operation.
Definition: borderfiller.h:13

Definition at line 58 of file reader_d.h.

◆ AIMS_INSTANTIATE_READER

#define AIMS_INSTANTIATE_READER (   T)
Value:
namespace aims { \
template class aims::Reader< T >; \
} \
namespace soma { \
template class soma::FormatDictionary< T >; \
template class soma::Reader< T >; \
}

Definition at line 50 of file reader_d.h.

◆ localMsg

#define localMsg (   message)    cartoCondMsg( 4, message, "AIMS::READER" )

Definition at line 48 of file reader_d.h.