aimsdata  5.0.5
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 >; \
}
The class for EcatSino data write operation.
Definition: border.h:44
Generic reader for every format of Aims object.
Definition: reader.h:69

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 >; \
}
The class for EcatSino data write operation.
Definition: border.h:44
Generic reader for every format of Aims object.
Definition: reader.h:69

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.

Referenced by aims::Reader< AimsData< int16_t > >::read().