implementations for the stir::NumericType class
More...
|
| stir |
| Namespace for the STIR library (and some/most of its applications)
|
|
|
#define | CASE(NUMERICTYPE) |
|
#define | CASE(NUMERICTYPE) |
|
#define | CASE(NUMERICTYPE) |
|
implementations for the stir::NumericType class
- Author
- Kris Thielemans
-
PARAPET project
◆ CASE [1/3]
#define CASE |
( |
|
NUMERICTYPE | ) |
|
Value:case NUMERICTYPE: \
return NumericInfo<TypeForNumericType<NUMERICTYPE>::type>().size_in_bytes();
◆ CASE [2/3]
#define CASE |
( |
|
NUMERICTYPE | ) |
|
Value:case NUMERICTYPE: \
return NumericInfo<TypeForNumericType<NUMERICTYPE>::type>().signed_type();
◆ CASE [3/3]
#define CASE |
( |
|
NUMERICTYPE | ) |
|
Value:case NUMERICTYPE: \
return NumericInfo<TypeForNumericType<NUMERICTYPE>::type>().integer_type();